We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d75bf41 commit d4536b1Copy full SHA for d4536b1
wercker.yml
@@ -178,7 +178,6 @@ integration-test:
178
kubectl delete secret docker-store --ignore-not-found=true
179
kubectl create secret docker-registry docker-store --docker-server=index.docker.io/v1/ --docker-username=$DOCKER_USERNAME --docker-password=$DOCKER_PASSWORD --docker-email=$DOCKER_EMAIL
180
181
- local nss = `kubectl get ns -o name`
182
if [ `kubectl get ns -o name | grep namespaces/test1 | wc -l` = 0 ]; then
183
kubectl create ns test1
184
fi
0 commit comments