skip/fix pipeline outputs

This commit is contained in:
Rustam Gimadiev 2021-03-12 10:30:42 +03:00 committed by GitHub
parent 08400b2fcf
commit 6355bf3d69
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -24,6 +24,7 @@ jobs:
id: build id: build
run: | run: |
export VERSION=$(mvn -q -Dexec.executable=echo -Dexec.args='${project.version}' --non-recursive exec:exec) export VERSION=$(mvn -q -Dexec.executable=echo -Dexec.args='${project.version}' --non-recursive exec:exec)
echo "::set-output name=version::${VERSION}"
mvn clean package -Pprod -DskipTests mvn clean package -Pprod -DskipTests
################# #################
# # # #