Skip to content

Commit

Permalink
Merge pull request #14 from Anaconda-Platform/clean
Browse files Browse the repository at this point in the history
clean first to avoid problems
  • Loading branch information
AlbertDeFusco committed Jan 13, 2021
2 parents 164c415 + 379cdd9 commit 565b0c1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion s2i/bin/assemble
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,6 @@ echo "---> Copying project..."
cp -Rf /tmp/src/. ./

echo "---> Preparing environment for command $CMD..."
anaconda-project clean
anaconda-project --verbose prepare --command $CMD
conda clean --all --yes
conda clean --all --yes

0 comments on commit 565b0c1

Please sign in to comment.