Skip to content

Commit

Permalink
Ensure update project directory for GitHub actions usage of fabric co…
Browse files Browse the repository at this point in the history
…mmand
  • Loading branch information
asset-web committed Jan 12, 2024
1 parent db83a42 commit 1c56fce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/check-for-new-mesh-terms.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ bash $GITHUB_WORKSPACE/tests/build-test-env.sh
cd $GITHUB_WORKSPACE
cd lib/test/src/temmpo
# One off previous year - TODO: Remove once this legacy import has been created
fab create_mesh_term_fixtures:env=test,use_local_mode=True,previous_fixture_file=mesh_terms.json,year=2023 -f deploy/fabfile.py
fab create_mesh_term_fixtures:env=test,use_local_mode=True,project_dir=$GITHUB_WORKSPACE/,previous_fixture_file=mesh_terms.json,year=2023 -f deploy/fabfile.py
# current year - TODO: Enable once the legacy import has been created
# fab create_mesh_term_fixtures:env=test,use_local_mode=True,previous_fixture_file=mesh_terms.json,year=`date +"%Y"` -f deploy/fabfile.py

Expand Down

0 comments on commit 1c56fce

Please sign in to comment.