From c040db4281595c9faf0eab8a983a1d556c75886c Mon Sep 17 00:00:00 2001 From: Johnny Richardson Date: Fri, 27 Oct 2023 15:32:35 -0400 Subject: [PATCH] fix: GH workflow. --- .github/workflows/build-tests-export.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/build-tests-export.yml b/.github/workflows/build-tests-export.yml index e454104..b4f75eb 100644 --- a/.github/workflows/build-tests-export.yml +++ b/.github/workflows/build-tests-export.yml @@ -52,6 +52,4 @@ jobs: # Install azure-cli, run Bash scripts run: | curl -sL https://aka.ms/InstallAzureCLIDeb | sudo bash - # chmod 777 ./scripts/db.sh && ./scripts/db.sh - chmod 777 ./scripts/upload.sh && ./scripts/upload.sh - # chmod 777 ./scripts/commit.sh && ./scripts/commit.sh \ No newline at end of file + chmod 777 ./scripts/upload.sh && ./scripts/upload.sh \ No newline at end of file