File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -24,12 +24,12 @@ jobs:
2424 - name : Check for modified files
2525 id : git-check
2626 run : echo ::set-output name=modified::$([ -z "`git status --porcelain`" ] && echo "false" || echo "true")
27- # - name: Make new Dockerfile for latest release; commit
28- # if: steps.git-check.outputs.modified == 'true'
29- # run: |
30- # REPO_VER=$(cat latest-version.txt | sed 's|v||')
27+ - name : Make new Dockerfile for latest release; commit
28+ if : steps.git-check.outputs.modified == 'true'
29+ run : |
30+ REPO_VER=$(cat versions/ latest-version.txt | sed 's|v||')
3131 # # make new dir for new dockerfile;
32- # mkdir -pv environments/illumina/${REPO_VER}
32+ mkdir -pv environments/illumina/${REPO_VER}
3333 # cp -v * ${REPO_VER}
3434 # # have to stage new files or else they won't be commited; this doesn't fail if there is nothing new
3535 # git add ${REPO_VER}
You can’t perform that action at this time.
0 commit comments