Skip to content

Commit

Permalink
correct typo if loop
Browse files Browse the repository at this point in the history
  • Loading branch information
phisanti committed Sep 5, 2023
1 parent 8080482 commit 705ab1d
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build-test-push/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -64,15 +64,12 @@ RUN wget -nv https://github.com/bigomics/omicsplayground/archive/$BRANCH.zip \

## tag docker version
WORKDIR /omicsplayground
#RUN make version
#COPY FEATURES.md CHANGELOG.md VERSION /omicsplayground/


#------------------------------------------------------------
# Update configuration files into the Docker image
#------------------------------------------------------------
WORKDIR /omicsplayground
RUN if test -f renv.lock; then mv renv.lock renv.lock.DISABLED; f
RUN if test -f renv.lock; then mv renv.lock renv.lock.DISABLED; fi
RUN make sass

#------------------------------------------------------------
Expand Down

0 comments on commit 705ab1d

Please sign in to comment.