Skip to content

Commit

Permalink
fixing error from actions
Browse files Browse the repository at this point in the history
  • Loading branch information
romer8 committed May 1, 2024
1 parent 7e819b5 commit 7c6a047
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/build_and_push_dev_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,6 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0
submodules: 'true'

# Checks-out the hydrocompute extra submodule
- name: checkout Hydrocompute submodule
run: |
cd apps/tethysapp-hydrocompute/tethysapp/hydrocompute/public/HydroCompute && git submodule update --force --init --recursive --remote

- name: Set Tag
run: |
Expand Down
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ ARG MICRO_TETHYS=true \
COPY . ${TETHYS_HOME}/apps



###############
# ENVIRONMENT #
###############
Expand Down

0 comments on commit 7c6a047

Please sign in to comment.