Skip to content

Commit

Permalink
change to run
Browse files Browse the repository at this point in the history
  • Loading branch information
e-perl-NOAA committed Oct 23, 2023
1 parent 82d9d64 commit 0ee1c14
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-ss3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
if: matrix.config.os == 'ubuntu-latest'
run: sudo apt-get update

- name: Use admb docker image for linux
- name: get working directory
if: matrix.config.os == 'ubuntu-latest'
run: |
pwd
Expand Down
4 changes: 2 additions & 2 deletions GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ docker: docker_ss docker_ss_opt

# docker run --rm --volume $(CURDIR):/stock-synthesis --workdir /stock-synthesis johnoel/admb:linux $(OPT_BUILD)$(DEBUG)$(STATIC_BUILD)ss.tpl
docker_ss: ss.tpl
docker run --rm --volume $(CURDIR):/home/runner/work/stock-synthesis/stock-synthesis --workdir /home/runner/work/stock-synthesis/stock-synthesis johnoel/admb:linux $(OPT_BUILD)$(DEBUG)$(STATIC_BUILD)ss.tpl
docker run --rm --volume $(CURDIR):/stock-synthesis/stock-synthesis --workdir /stock-synthesis/stock-synthesis johnoel/admb:linux $(OPT_BUILD)$(DEBUG)$(STATIC_BUILD)ss.tpl

# docker run --rm --volume $(CURDIR):/stock-synthesis --workdir /stock-synthesis johnoel/admb:linux -f $(DEBUG)$(STATIC_BUILD)ss_opt.tpl
docker_ss_opt: ss_opt.tpl
docker run --rm --volume $(CURDIR):/home/runner/work/stock-synthesis/stock-synthesis --workdir /home/runner/work/stock-synthesis/stock-synthesis johnoel/admb:linux $(OPT_BUILD)$(DEBUG)$(STATIC_BUILD)ss.tpl
docker run --rm --volume $(CURDIR):/stock-synthesis/stock-synthesis --workdir /stock-synthesis/stock-synthesis johnoel/admb:linux $(OPT_BUILD)$(DEBUG)$(STATIC_BUILD)ss.tpl

ss: ss.tpl
$(MY_ADMB_HOME)admb $(DEBUG)$(STATIC_BUILD)ss.tpl
Expand Down

0 comments on commit 0ee1c14

Please sign in to comment.