Skip to content

Commit

Permalink
docker-practice/[email protected] try-out
Browse files Browse the repository at this point in the history
  • Loading branch information
ubyndr committed May 5, 2022
1 parent ac9b69b commit 019295e
Showing 1 changed file with 15 additions and 6 deletions.
21 changes: 15 additions & 6 deletions .github/workflows/subset_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,6 @@ jobs:
runs-on: macos-latest
# container: obolibrary/odkfull:latest
steps:
- uses: docker-practice/actions-setup-docker@master
- run: |
set -x
docker version
- name: Install ODK
run: docker pull obolibrary/odklite
# Checks-out current branch
- uses: actions/checkout@v2
# Checks-out master and prepare git diff report
Expand All @@ -36,6 +30,21 @@ jobs:
run: |
echo Taxon constraint updates do not exist
echo "STATUS=0" >> $GITHUB_ENV
- uses: docker-practice/[email protected]
if: env.STATUS == 1
- name: docker test
if: env.STATUS == 1
run: |
set -x
docker version
- run: |
set -x
docker version
- name: Install ODK
if: env.STATUS == 1
run: docker pull obolibrary/odklite
- name: check path
run: pwd
# Checks-out master branch under "master" directory
- uses: actions/checkout@v2
if: env.STATUS == 1
Expand Down

0 comments on commit 019295e

Please sign in to comment.