Adding ls to see checkout path?

This commit is contained in:
2021-02-10 04:32:22 +00:00
committed by GitHub
parent f626d15c94
commit 6636dffa36

View File

@ -27,7 +27,7 @@ jobs:
# Runs a single command using the runners shell # Runs a single command using the runners shell
- name: Run a one-line script - name: Run a one-line script
run: gitlab-gcp-deployment/gitlab-gcp-deployment/1-install-gcp-sdk.sh run: ls -la && ./1-install-gcp-sdk.sh
# Runs a set of commands using the runners shell # Runs a set of commands using the runners shell
#- name: Run a multi-line script #- name: Run a multi-line script