[ 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
|
||||
# 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
|
||||
run: |
|
||||
mvn -B -DskipTests=true package --file pom.xml
|
||||
mvn -B -DskipTests=true install --file pom.xml
|
||||
ls
|
||||
echo "--------------------------------------"
|
||||
pwd
|
||||
@@ -124,6 +133,7 @@ jobs:
|
||||
cat /proc/cpuinfo
|
||||
echo "--------------------------------------"
|
||||
|
||||
|
||||
- name: Setup Maven settings.xml
|
||||
uses: whelk-io/maven-settings-xml-action@v11
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user