Skip to content

Commit c2d7ae3

Browse files
committed
avoid deleting dockerfile in build script
1 parent 48b1ff9 commit c2d7ae3

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

.dockerignore

Whitespace-only changes.

scripts/build_rdkitjs.sh

-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
set -e
22

3-
# Clean up temp files if exists
4-
rm -rf rdkit Dockerfile
5-
63
# Set branch to release
74
RDKIT_BRANCH="Release_$RDKIT_DASH_VERSION"
85
RDKIT_VERSION=${RDKIT_DASH_VERSION//_0/_}

0 commit comments

Comments
 (0)