We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b48b41 commit dc75869Copy full SHA for dc75869
.github/jobs/baseinstall.sh
@@ -1,5 +1,7 @@
1
#!/bin/sh
2
3
+. .github/jobs/ci_settings.sh
4
+
5
# Functions to annotate the Github actions logs
6
alias trace_on='set -x'
7
alias trace_off='{ set +x; } 2>/dev/null'
0 commit comments