Skip to content

Commit

Permalink
Remove trace from builder backends
Browse files Browse the repository at this point in the history
  • Loading branch information
atj committed Jan 17, 2018
1 parent 866babd commit 21641bf
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion Scripts/DockerBuilderBackend
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#!/bin/bash

set -e
set -o xtrace

# Provide readonly access to the private gitlab docker repository
docker login code.ornl.gov:4567 -u atj -p $(cat /home/builder/container-registry-token)
Expand Down
1 change: 0 additions & 1 deletion Scripts/SingularityBuilderBackend
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#!/bin/bash

set -e
set -o xtrace

# Provide readonly access to the private gitlab docker repository
docker login code.ornl.gov:4567 -u atj -p $(cat /home/builder/container-registry-token)
Expand Down

0 comments on commit 21641bf

Please sign in to comment.