Skip to content

Commit

Permalink
Update .rancher-pipeline.yml file
Browse files Browse the repository at this point in the history
  • Loading branch information
yswwhf committed Aug 17, 2019
1 parent 02cae1b commit ed80b8b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .rancher-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,11 @@ stages:
steps:
- runScriptConfig:
image: node:latest
shellScript: docker login -u yswwhf -p asus+0457
shellScript: |-
/usr/local/bin/dockerd-entrypoint.sh /bin/drone-docker
/usr/local/bin/dockerd -g /var/lib/docker
/usr/local/bin/docker version
/usr/local/bin/docker login -u yswwhf -p asus+0457
- applyYamlConfig:
path: ./k8s.yaml
timeout: 60
Expand Down

0 comments on commit ed80b8b

Please sign in to comment.