Fix JOB_ID Syntax Error
This commit is contained in:
parent
c79f5aba7f
commit
5a22a100ad
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ build:
|
||||||
- echo "Compile complete."
|
- echo "Compile complete."
|
||||||
|
|
||||||
after_script:
|
after_script:
|
||||||
- echo JOB_ID=&CI_JOB_ID >> job.env
|
- echo JOB_ID=$CI_JOB_ID >> job.env
|
||||||
|
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
|
|
Loading…
Reference in a new issue