Commit 87fb3fe5 authored by AdamSimpson's avatar AdamSimpson
Browse files

remove credentials file after sourcing it

parent 72eb3c07
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -2,6 +2,7 @@

# This script is run as root and so builder user environment variables aren't passed through
source /home/builder/registry-credentials
rm /home/builder/registry-credentials

# Test for any arguments, such as --debug
for i in "$@"
+1 −0
Original line number Diff line number Diff line
@@ -2,6 +2,7 @@

# This script is run as root and so builder user environment variables aren't passed through
source /home/builder/registry-credentials
rm /home/builder/registry-credentials

# Test for any arguments, such as --debug
for i in "$@"