From 6636dffa366fb6a305485826785b4a1e297aad99 Mon Sep 17 00:00:00 2001 From: James Blair Date: Wed, 10 Feb 2021 04:32:22 +0000 Subject: [PATCH] Adding ls to see checkout path? --- .github/workflows/blank.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/blank.yml b/.github/workflows/blank.yml index cf43c7c..81f6bc2 100644 --- a/.github/workflows/blank.yml +++ b/.github/workflows/blank.yml @@ -27,7 +27,7 @@ jobs: # Runs a single command using the runners shell - 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 #- name: Run a multi-line script