165 files + 20405 − 6003 Side-by-side Compare changes Side-by-side Inline Show whitespace changes Files 165 Some changes are not shown. For a faster browsing experience, only 101 of 165 files are shown. Download one of the files below to see all changes. .gitlab-ci.yml +1 −1 Original line number Original line Diff line number Diff line Loading @@ -15,7 +15,7 @@ build: - npm run build - npm run build after_script: after_script: - TAG=`git describe --tags $(git rev-list --tags --max-count=1)` - TAG=`git describe --tags $(git rev-list --tags --max-count=1)` - echo "{\"job_token\":\"$CI_JOB_TOKEN\", \"name\":\"$SITE_NAME\", \"tag\":\"$TAG\" }" > request.json - echo "{\"name\":\"$SITE_NAME\", \"tag\":\"$TAG\" }" > request.json - "curl -H 'Content-Type: application/json' -X POST -d @request.json $WEBHOOK_URL" - "curl -H 'Content-Type: application/json' -X POST -d @request.json $WEBHOOK_URL" artifacts: artifacts: expire_in: 30 min expire_in: 30 min Loading
.gitlab-ci.yml +1 −1 Original line number Original line Diff line number Diff line Loading @@ -15,7 +15,7 @@ build: - npm run build - npm run build after_script: after_script: - TAG=`git describe --tags $(git rev-list --tags --max-count=1)` - TAG=`git describe --tags $(git rev-list --tags --max-count=1)` - echo "{\"job_token\":\"$CI_JOB_TOKEN\", \"name\":\"$SITE_NAME\", \"tag\":\"$TAG\" }" > request.json - echo "{\"name\":\"$SITE_NAME\", \"tag\":\"$TAG\" }" > request.json - "curl -H 'Content-Type: application/json' -X POST -d @request.json $WEBHOOK_URL" - "curl -H 'Content-Type: application/json' -X POST -d @request.json $WEBHOOK_URL" artifacts: artifacts: expire_in: 30 min expire_in: 30 min Loading