Skip to content

Commit

Permalink
Update entrypoint.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
iskoldt-X committed Mar 22, 2023
1 parent ea29d58 commit 88be5cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ check_if_meta_yaml_file_exists() {

build_package(){
# Build for Linux
conda build -c conda-forge -c bioconda -c defaults --output-folder . . --define "package_version=$PACKAGE_VERSION"
conda build -c conda-forge -c bioconda -c defaults --output-folder . .

# Convert to other platforms: OSX, WIN
if [[ $INPUT_PLATFORMS == *"osx"* ]]; then
Expand Down

0 comments on commit 88be5cb

Please sign in to comment.