Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
raffaelespazzoli committed Jun 12, 2018
1 parent 4b5cb23 commit 9dd5d14
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion cucumber-selenium-grid/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ pipeline {
// Run Maven build, skipping tests
stage('Build'){
steps {
sh "cd ${CONTEXT_DIR}
sh "cd ${CONTEXT_DIR}"
sh "npm install"
}
}
Expand Down
2 changes: 1 addition & 1 deletion cucumber-selenium-grid/applier/params/build-dev
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ APPLICATION_NAME=todo-mvc
NAMESPACE=todomvc-build
SOURCE_REPOSITORY_URL=https://github.com/raffaelespazzoli/container-pipelines
SOURCE_REPOSITORY_REF=selenium
APPLICATION_CONTEXT_ROOT=examples/angularjs
APPLICATION_CONTEXT_DIR=examples/angularjs
8 changes: 4 additions & 4 deletions cucumber-selenium-grid/applier/templates/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ objects:
env:
- name: "APPLICATION_SOURCE_REPO"
value: "${APPLICATION_SOURCE_REPO}"
- name: "CONTEXT_ROOT"
value: "${APPLICATION_CONTEXT_ROOT}"
- name: "CONTEXT_DIR"
value: "${APPLICATION_CONTEXT_DIR}"
- apiVersion: v1
kind: BuildConfig
metadata:
Expand Down Expand Up @@ -89,8 +89,8 @@ parameters:
name: APPLICATION_SOURCE_REPO
required: true
value: https://github.com/raffaelespazzoli/todomvc
- description: Application context root
name: APPLICATION_CONTEXT_ROOT
- description: Application context dir
name: APPLICATION_CONTEXT_DIR
required: true
value: '.'
- description: Path within Git project pointing to the pipeline run script
Expand Down

0 comments on commit 9dd5d14

Please sign in to comment.