fix jenkinsfile
This commit is contained in:
parent
525bc4a63d
commit
50f257cdd6
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
|
@ -44,7 +44,7 @@ pipeline {
|
|||
sh '''
|
||||
export DATE="$(date -Iseconds)"
|
||||
export COMMIT="$(git rev-parse --short HEAD)"
|
||||
echo '{"date":"'$DATE'","commit": "'$COMMIT'"}' > ./src/assets/buildinfo.json
|
||||
echo '{"date":"'$DATE'","commit": "'$COMMIT'"}' > src/assets/buildinfo.json
|
||||
|
||||
for LANG in $LANGUAGES ; do
|
||||
CONF_NAME="${CONF_PREFIX}${LANG}"
|
||||
|
@ -65,7 +65,6 @@ pipeline {
|
|||
sh '''
|
||||
export DATE="$(date -Iseconds)"
|
||||
export COMMIT="$(git rev-parse --short HEAD)"
|
||||
echo '{"date":"'$DATE'","commit": "'$COMMIT'"}' > ./src/assets/buildinfo.json
|
||||
|
||||
for LANG in $LANGUAGES ; do
|
||||
export ARCHIVE="charlyghislaindotcom-${COMMIT}-$LANG.tgz"
|
||||
|
|
Loading…
Reference in New Issue
Block a user