Commit ca3e989c authored by John Burak's avatar John Burak

Update README.md

parent 7ab2465a
...@@ -1029,7 +1029,7 @@ If you use **Windows PowerShell** to run your shell scripts you need to replace ...@@ -1029,7 +1029,7 @@ If you use **Windows PowerShell** to run your shell scripts you need to replace
```yaml ```yaml
job: job:
artifacts: artifacts:
name: "$env:CI_JOB_STAGE_$env:CI_COMMIT_REF_NAME" name: "$($env:CI_JOB_STAGE)_$env:CI_COMMIT_REF_NAME"
untracked: true untracked: true
``` ```
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment