Skip to content

Commit

Permalink
chore(ci): fix the test packaging (#8723)
Browse files Browse the repository at this point in the history
* chore(ci): dummy commit to test ci
* fix(ci): use relative path
* Delete touchfile
  • Loading branch information
hutchic committed Apr 28, 2022
1 parent 1bfdf97 commit 0973036
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ pipeline {
steps {
sh 'echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_USERNAME" --password-stdin || true'
sh 'make setup-kong-build-tools'
sh 'cd /home/ubuntu/workspace/kong_test_packaging/../kong-build-tools && make package-kong test'
sh 'cd ../kong-build-tools && make package-kong test'
}

}
Expand Down

0 comments on commit 0973036

Please sign in to comment.