We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8582ebb commit 18f28f9Copy full SHA for 18f28f9
1 file changed
gha.sh
@@ -2,6 +2,11 @@
2
3
set -xeu -o pipefail
4
5
+pwd
6
+ls -la
7
+git status
8
+
9
10
if [[ "$INPUT_JENKINS_CERT" != 'false' ]]; then
11
export REQUESTS_CA_BUNDLE="$INPUT_JENKINS_CERT"
12
fi
0 commit comments