This commit is contained in:
+2
-5
@@ -41,9 +41,6 @@ steps:
|
||||
fi
|
||||
- git --version
|
||||
- |
|
||||
sleep 30
|
||||
echo "Nexus username length: ${#NEXUS_USERNAME}"
|
||||
echo "Nexus password length: ${#NEXUS_PASSWORD}"
|
||||
test -n "${NEXUS_USERNAME:-${NPM_USERNAME:-}}" || {
|
||||
echo "Nexus username secret is missing"
|
||||
exit 1
|
||||
@@ -160,11 +157,11 @@ get:
|
||||
kind: secret
|
||||
name: nexus_username
|
||||
get:
|
||||
path: drone/data/nexus_username
|
||||
path: drone/data/nexus
|
||||
name: nexus_username
|
||||
---
|
||||
kind: secret
|
||||
name: nexus_password
|
||||
get:
|
||||
path: drone/data/nexus_password
|
||||
path: drone/data/nexus
|
||||
name: nexus_password
|
||||
|
||||
Reference in New Issue
Block a user