Skip to content
Snippets Groups Projects
Commit 8803fe41 authored by John Burak's avatar John Burak
Browse files

Update README.md

parent 752b2dac
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -998,7 +998,7 @@ tag including only the files that are untracked by Git:
```yaml
job:
artifacts:
name: "${CI_JOB_NAME}-${CI_COMMIT_REF_NAME}"
name: "$CI_JOB_NAME-$CI_COMMIT_REF_NAME"
untracked: true
```
 
Loading
Loading
@@ -1007,7 +1007,7 @@ To create an archive with a name of the current [stage](#stages) and branch name
```yaml
job:
artifacts:
name: "${CI_JOB_STAGE}-${CI_COMMIT_REF_NAME}"
name: "$CI_JOB_STAGE-$CI_COMMIT_REF_NAME"
untracked: true
```
 
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment