Skip to content

Commit

Permalink
Add stagemergeartifacts (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
velomatt authored May 6, 2023
1 parent 26d310a commit a9580d0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ build dss_client:
script:
- git config --global http.sslVerify false
- build-wrapper-linux-x86-64 --out-dir bw-output/ ./dss_client/scripts/build.sh
- /stagemergeartifacts.sh
variables:
DSSGLOBLIST: "dss_client-*.tgz"
artifacts:
paths:
- dss_client/dss_client-*.tgz
Expand All @@ -42,6 +45,9 @@ package datamover:
- git fetch --tags
- export RELEASESTRING=$(git describe --tags --exact-match 2>/dev/null || git rev-parse --short HEAD)
- git archive --format=tgz -19 --output="nkv-datamover-$RELEASESTRING.tgz" HEAD:dss_datamover
- /stagemergeartifacts.sh
variables:
DSSGLOBLIST: "nkv-datamover-*.tgz"
artifacts:
paths:
- nkv-datamover-*.tgz
Expand Down

0 comments on commit a9580d0

Please sign in to comment.