Skip to content

Commit 7294ae4

Browse files
author
sofstam
committed
Create folder
1 parent 24cf5d1 commit 7294ae4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/build_dockerfile_on_release.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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}

0 commit comments

Comments
 (0)