Skip to content
Snippets Groups Projects

Merge in conventional copy format

Closed Riku Silvola requested to merge rsilvola/eos-copy:natural into master
5 files
+ 44
181
Compare changes
  • Side-by-side
  • Inline
Files
5
+ 18
0
stages:
- build
- test
build:
stage: build
only:
@@ -15,3 +19,17 @@ build_dev:
script: "echo 'Building image ...'"
variables:
TO: ${CI_REGISTRY_IMAGE}:${CI_COMMIT_REF_NAME}
test_dev:
image: ${CI_REGISTRY_IMAGE}:${CI_COMMIT_REF_NAME}
stage: test
except:
- master
script:
- eos-copy
- cat $TO_PATH/test.txt
- eos-copy $EOS_PATH $TO_PATH
- cat $TO_PATH/test.txt
variables:
TO_PATH: /tmp/
EOS_PATH: /eos/project/w/wccoasvc/ci/
Loading