Skip to content
Snippets Groups Projects
Verified Commit f1a38c69 authored by Johannes Schauer Marin Rodrigues's avatar Johannes Schauer Marin Rodrigues
Browse files

.gitlab-ci.yml: print BASESUITE, OURSUITE and REFORM_TOOLS_BRANCH at the end...

.gitlab-ci.yml: print BASESUITE, OURSUITE and REFORM_TOOLS_BRANCH at the end as gitlab CI does not show the set variables for jobs
parent cce218a4
No related branches found
No related tags found
No related merge requests found
......@@ -115,6 +115,9 @@ build_custom:
- buildlogs
script: |
runuser -u build -- sh -x ./build_custom.sh 2>&1 | ./filter-output
echo "BASESUITE: $BASESUITE"
echo "OURSUITE: $OURSUITE"
echo "REFORM_TOOLS_BRANCH: $REFORM_TOOLS_BRANCH"
build_linux:
stage: build
......@@ -149,3 +152,6 @@ reprepro:
apt-get --no-install-recommends -y install reprepro python3 devscripts
adduser --gecos build --disabled-password build
runuser -u build -- sh -x ./reprepro.sh
echo "BASESUITE: $BASESUITE"
echo "OURSUITE: $OURSUITE"
echo "REFORM_TOOLS_BRANCH: $REFORM_TOOLS_BRANCH"
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