Skip to content

Commit

Permalink
Add checkout step
Browse files Browse the repository at this point in the history
  • Loading branch information
mauzey1 committed Jun 18, 2024
1 parent 77b7949 commit d973e1f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/github-actions-demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ jobs:
C_COMPILER: clang_osx-64
FORTRAN_COMPILER: gfortran_osx-64
steps:
- name: Checkout
uses: actions/checkout@v4
run: ls -lh

- name: Setup project directory
run: mkdir -p $PROJECT_DIR

Expand All @@ -40,8 +44,6 @@ jobs:
export DST_META_YAML=`pwd`/$PROJECT_DIR/cmor-feedstock/recipe/meta.yaml
mv $DST_META_YAML $SRC_META_YAML
echo `pwd`
ls -lh
export GIT_REV=$(git rev-parse --short HEAD)
python rebuild_meta_yaml.py \
Expand Down

0 comments on commit d973e1f

Please sign in to comment.