Skip to content
Snippets Groups Projects

Test release

2 files
+ 21
0
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 14
0
hello:
stage: test
tags: [ lightweight ]
image: $DOCKER_IMAGE
script:
- echo This is a local pipeline
- ls
- env --null | sort -z | tr '\0' '\n'
needs:
- pipeline: $PARENT_PIPELINE_ID
job: prepare-build-env
artifacts: true
rules:
- when: on_success
\ No newline at end of file
Loading