Skip to content
Snippets Groups Projects
Commit dad6fc53 authored by Bryan R's avatar Bryan R Committed by Bryan R
Browse files

Reduce verbosity where unused

parent 043677fe
No related branches found
No related tags found
1 merge request!340CI cleanup
......@@ -25,9 +25,8 @@
- run-ci
after_script:
- ls -lh
- |
nix develop -f ci -c \
nix --quiet develop -f ci -c \
tar -cJf results.tar.xz -C ci/run \
results.json logs compiler-info eventlogs
......
......@@ -63,7 +63,6 @@ update-branch:
tags:
- x86_64-linux
script:
- git remote -v
- git reset --hard origin/master
- git push "https://gitlab-ci-token:$PROJECT_ACCESS_TOKEN@$CI_SERVER_HOST/$CI_PROJECT_PATH.git" +HEAD:upstream-testing -o ci.skip
rules:
......
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