[ agent ] [ boot ] - agent boot up procedure - 5
This commit is contained in:
12
.github/workflows/build-push-docker.yml
vendored
12
.github/workflows/build-push-docker.yml
vendored
@@ -106,9 +106,18 @@ jobs:
|
|||||||
# push: true
|
# push: true
|
||||||
# tags: ${{ steps.docker_tags_base.outputs.tags }}
|
# tags: ${{ steps.docker_tags_base.outputs.tags }}
|
||||||
|
|
||||||
|
- name: Cache
|
||||||
|
uses: actions/cache@v3.2.0
|
||||||
|
with:
|
||||||
|
# A list of files, directories, and wildcard patterns to cache and restore
|
||||||
|
path: .m2/repository
|
||||||
|
# An explicit key for restoring and saving the cache
|
||||||
|
key: octopus-springboot-2.3.6
|
||||||
|
|
||||||
|
|
||||||
- name: Maven package project
|
- name: Maven package project
|
||||||
run: |
|
run: |
|
||||||
mvn -B -DskipTests=true package --file pom.xml
|
mvn -B -DskipTests=true install --file pom.xml
|
||||||
ls
|
ls
|
||||||
echo "--------------------------------------"
|
echo "--------------------------------------"
|
||||||
pwd
|
pwd
|
||||||
@@ -124,6 +133,7 @@ jobs:
|
|||||||
cat /proc/cpuinfo
|
cat /proc/cpuinfo
|
||||||
echo "--------------------------------------"
|
echo "--------------------------------------"
|
||||||
|
|
||||||
|
|
||||||
- name: Setup Maven settings.xml
|
- name: Setup Maven settings.xml
|
||||||
uses: whelk-io/maven-settings-xml-action@v11
|
uses: whelk-io/maven-settings-xml-action@v11
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user