Workflow Test

This commit is contained in:
AkshayJagadish-ne
2020-10-06 00:16:53 -04:00
committed by GitHub
parent 019bf785f4
commit 433e7909df

View File

@@ -41,7 +41,7 @@ jobs:
run: |
TIMESTAMP=$(date +'%Y-%m-%d')
echo $TIMESTAMP
MVN_VERSION=$(mvn --file wlan-cloud-root/pom.xml -q -Dexec.executable=echo -Dexec.args='${project.version}' --non-recursive exec:exec)
MVN_VERSION=0.0.1-SNAPSHOT
echo $MVN_VERSION
echo date=$TIMESTAMP > wlan-cloud-base/base-container/src/main/resources/commit.properties
echo commitId=$GITHUB_SHA >> wlan-cloud-base/base-container/src/main/resources/commit.properties