Skip to content

Commit

Permalink
Merge 'lucasz/lukaszlacinski/circleci' into next (PR #4528)
Browse files Browse the repository at this point in the history
This PR removes a bug that was introduced with the last PR that added a
backup HTTP server with the Singularity source code tarball.
  • Loading branch information
rljacob committed Sep 9, 2021
2 parents 3b28e39 + 52167a2 commit fad2492
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .circleci/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ function download
download && \
tar -xzf singularity-${VERSION}.tar.gz && \
cd singularity/
#./mconfig && \
# make -C ./builddir && \
# sudo make -C ./builddir install
#
#singularity --version
./mconfig && \
make -C ./builddir && \
sudo make -C ./builddir install

singularity --version

0 comments on commit fad2492

Please sign in to comment.