Skip to content

Commit

Permalink
Remove runs-on and add bash to rm
Browse files Browse the repository at this point in the history
  • Loading branch information
gchhablani committed Feb 27, 2022
1 parent f6b12d1 commit 2a89a1c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/cml.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on: [push]

jobs:
generate_cml_report:
runs-on: [ubuntu-latest]
container:
image: ghcr.io/moja-global/rest_api_gcbm:master
ports:
Expand All @@ -28,7 +27,7 @@ jobs:
run: |
echo "[1/3] Remove output"
rm -rf Standalone_GCBM/gcbm_project/output
/bin/bash -c "rm -rf Standalone_GCBM/gcbm_project/output"
echo "[2/3] Docker execute commands"
Expand Down

0 comments on commit 2a89a1c

Please sign in to comment.