Skip to content

Commit 727b3c5

Browse files
author
sofstam
committed
Test
1 parent 0d0172d commit 727b3c5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build_dockerfile_on_release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ jobs:
2525
id: git-check
2626
run: echo ::set-output name=modified::$([ -z "`git status --porcelain`" ] && echo "false" || echo "true")
2727
- 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||')
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;
3232
mkdir -pv environments/illumina/${REPO_VER}
3333
# cp -v * ${REPO_VER}

0 commit comments

Comments
 (0)