mirror of
https://github.com/sartography/cr-connect-bpmn.git
synced 2025-01-11 09:35:52 +00:00
Doesn't fail build if Docker push fails
This commit is contained in:
parent
33be82e41f
commit
fbd2cfaed0
@ -1,3 +1,3 @@
|
||||
#!/bin/bash
|
||||
echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_USERNAME" --password-stdin
|
||||
docker push sartography/cr-connect-bpmn
|
||||
docker push sartography/cr-connect-bpmn || true
|
||||
|
Loading…
x
Reference in New Issue
Block a user