Skip to content

Commit 8f5d9c9

Browse files
committed
improve tweet
1 parent 12ac364 commit 8f5d9c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/wordpress_tweet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ set -e
33

44
default_text="Gitlab Job $CI_BUILD_ID :"
55

6-
tweet_text="$default_text #Docker lemp_stack $CI_BUILD_REF_NAME build"
6+
tweet_text="$default_text #Docker wordpress_stack $CI_BUILD_REF_NAME build"
77

88
if [ $PASSED = true ]; then
99
tweet_text="$tweet_text succeed"

0 commit comments

Comments
 (0)