|
@@ -8,9 +8,8 @@ clone:
|
|
|
|
|
|
steps:
|
|
steps:
|
|
- name: clone
|
|
- name: clone
|
|
- image: alpine/git
|
|
|
|
|
|
+ image: hub.evbj.easou.com/dev/alpine-git:20200622
|
|
commands:
|
|
commands:
|
|
- - pwd
|
|
|
|
- git clone $DRONE_GIT_HTTP_URL .
|
|
- git clone $DRONE_GIT_HTTP_URL .
|
|
|
|
|
|
- name: build
|
|
- name: build
|
|
@@ -40,9 +39,9 @@ steps:
|
|
- docker --config /etc/docker build -t "$JNLP_REPO/$JNLP_ENV/$DRONE_REPO_NAME:$JNLP_TAG" . -f Dockerfile
|
|
- docker --config /etc/docker build -t "$JNLP_REPO/$JNLP_ENV/$DRONE_REPO_NAME:$JNLP_TAG" . -f Dockerfile
|
|
- docker --config /etc/docker push "$JNLP_REPO/$JNLP_ENV/$DRONE_REPO_NAME:$JNLP_TAG"
|
|
- docker --config /etc/docker push "$JNLP_REPO/$JNLP_ENV/$DRONE_REPO_NAME:$JNLP_TAG"
|
|
- python tools.py -b
|
|
- python tools.py -b
|
|
- #- python tools.py -a
|
|
|
|
- #- python tools.py -c
|
|
|
|
- #- python tools.py -d
|
|
|
|
|
|
+ - python tools.py -a
|
|
|
|
+ - python tools.py -c
|
|
|
|
+ - python tools.py -d
|
|
|
|
|
|
|
|
|
|
- name: success
|
|
- name: success
|