Skip to content
This repository has been archived by the owner on Jun 21, 2022. It is now read-only.

bug 1340342: Build and test kumascript as a submodule of kuma #283

Merged
merged 5 commits into from
Aug 31, 2017
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
remove echo from push of kumascript image
  • Loading branch information
escattone committed Aug 31, 2017
commit 738b0175293ad4f1fb439f3660a04089b5b4e3a1
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ node {
}

stage('Push KumaScript Docker Image') {
sh 'echo make push-kumascript VERSION=latest'
sh 'make push-kumascript VERSION=latest'
}

break
Expand Down