diff options
author | Cody Hiar <codyfh@gmail.com> | 2019-02-11 16:55:39 +0000 |
---|---|---|
committer | Cody Hiar <codyfh@gmail.com> | 2019-02-11 16:55:39 +0000 |
commit | 4d16750bcbaa4303e9eb441ffc87dd3b81dd50c0 (patch) | |
tree | 089744b3762087459f59722e33b423f529e132f2 | |
parent | 3008a6d630116bdd609bdecc9e558ecce67ae512 (diff) |
fixing indent in jenkinsfile
-rw-r--r-- | Jenkinsfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Jenkinsfile b/Jenkinsfile index 8c400ce..166567c 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -16,7 +16,7 @@ pipeline { stage('Build') { steps { sh 'make setup' - sh 'make build' + sh 'make build' } } stage('Push Image'){ |