From 06db74381307ab23cb20a130dc6ac7add9b41803 Mon Sep 17 00:00:00 2001 From: Yi-Cheng Teng - NOAA GFDL <143743249+yichengt900@users.noreply.github.com> Date: Sat, 6 Apr 2024 19:24:41 -0400 Subject: [PATCH] Update get_glorys_test.yaml --- .github/workflows/get_glorys_test.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/get_glorys_test.yaml b/.github/workflows/get_glorys_test.yaml index 794e87b87..6036937e6 100644 --- a/.github/workflows/get_glorys_test.yaml +++ b/.github/workflows/get_glorys_test.yaml @@ -1,10 +1,8 @@ name: get_glorys_data_ci on: - push: - branches: [ "fix/copernicusmarine" ] pull_request: - branches: [ "fix/copernicusmarine" ] + branches: [ "main" ] jobs: get-glorys-data-ci: @@ -26,4 +24,6 @@ jobs: cd tools/initial copernicusmarine --version bash get_glorys_data.sh -u ${{secrets.CMCID}} -p ${{secrets.CMCPASSWD}} -o "./" -x -100 -X -35 -y 0 -Y 60 -s "1993-01-01" -e "1993-01-01" - [ ! -f "GLORYS_REANALYSIS_1993-01-01.nc" ] && echo "FATAL: GLORYS_REANALYSIS_1993-01-01.nc does not exist. Exiting." && exit 1 + pwd + ls + [ ! -f "./GLORYS_REANALYSIS_1993-01-01.nc" ] && echo "FATAL: GLORYS_REANALYSIS_1993-01-01.nc does not exist. Exiting." && exit 1