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