Skip to content

Commit

Permalink
ansible: secrets are needed by some upstream jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
rpelisse committed Sep 13, 2023
1 parent 358332f commit 83b46f3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 0 additions & 3 deletions ansible/molecule/molecule-downstream.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,4 @@ else
exit 4
fi

# shellcheck disable=SC2155
readonly EXTRA_ARGS="$(loadJBossNetworkAPISecrets)"
export EXTRA_ARGS
"${HARMONIA_HOME}/ansible/molecule/molecule.sh"
6 changes: 6 additions & 0 deletions ansible/molecule/molecule.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ installPythonRequirementsIfAny

configureAnsible



ansibleGalaxyCollectionFromAllRequirementsFile

molecule --version
Expand All @@ -29,6 +31,10 @@ do
fi
done

# shellcheck disable=SC2155
readonly EXTRA_ARGS="$(loadJBossNetworkAPISecrets)"
export EXTRA_ARGS

printEnv
echo "Running Molecule test on project: ${JOB_NAME}..."
set +u
Expand Down

0 comments on commit 83b46f3

Please sign in to comment.