Skip to content
This repository has been archived by the owner on Feb 22, 2020. It is now read-only.

Commit

Permalink
ci(docker): docker image tag-alpine as default tag
Browse files Browse the repository at this point in the history
  • Loading branch information
hanhxiao committed Aug 16, 2019
1 parent fef36e5 commit f1658c9
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .drone-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ steps:
from_secret: BOT_URL
commands:
- export MSG_LINK=${DRONE_BUILD_LINK}
- export MSG_TITLE="⌛🗳 Start to build docker image for latest master \`$DRONE_SOURCE_BRANCH\`(\`${DRONE_BUILD_NUMBER}\`)"
- export MSG_TITLE="⌛🗳 Start to build docker image for new master \`$DRONE_SOURCE_BRANCH\`(\`${DRONE_BUILD_NUMBER}\`)"
- export MSG_CONTENT="click the link below to see the status"
- ./shell/push-wechatwork.sh

Expand Down Expand Up @@ -116,6 +116,7 @@ steps:
from_secret: BOT_URL
commands:
- ./docker-build.sh
- docker system prune -a -f

- name: notify the sucess on wechat work
image: byrnedo/alpine-curl
Expand Down
4 changes: 4 additions & 0 deletions tests/e2e/gnes-yaml/stack1.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
port: 5566
services:
- name: Router
replicas: 2
2 changes: 2 additions & 0 deletions tests/e2e/run.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#!/usr/bin/env bash

0 comments on commit f1658c9

Please sign in to comment.