Skip to content

Commit

Permalink
Update aap_install.groovy
Browse files Browse the repository at this point in the history
  • Loading branch information
chr-stian authored Oct 23, 2023
1 parent 1d48359 commit 602d3f8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .ci/aap_install.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,10 @@ pipeline {
echo "GitHub Repository: ${env.GITHUB_REPO}"
echo "GitHub Fork: ${env.GITHUB_FORK}"
fork = env.GITHUB_FORK ?: 'ansible'
echo "${fork}"
echo "Branch Name: ${env.BRANCH_NAME}"

validateInfo = stepsFactory.yoloSteps.validateYoloParameters(params)
// validateInfo = stepsFactory.yoloSteps.validateYoloParameters(params)

List provisionFlags = []

Expand Down

0 comments on commit 602d3f8

Please sign in to comment.