Skip to content

Commit

Permalink
Change $dir for $DIR
Browse files Browse the repository at this point in the history
  • Loading branch information
zdrapela committed Dec 9, 2024
1 parent 36ccc0e commit 81cb88a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .ibm/pipelines/jobs/periodic.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ handle_nightly() {
local url="https://${RELEASE_NAME}-backstage-${NAME_SPACE}.${K8S_CLUSTER_ROUTER_BASE}"
install_pipelines_operator
sleep 20 # wait for Pipeline Operator/Tekton pipelines to be ready
oc apply -f "$dir/resources/pipeline-run/hello-world-pipeline.yaml"
oc apply -f "$dir/resources/pipeline-run/hello-world-pipeline-run.yaml"
oc apply -f "$DIR/resources/pipeline-run/hello-world-pipeline.yaml"
oc apply -f "$DIR/resources/pipeline-run/hello-world-pipeline-run.yaml"
initiate_deployments
check_and_test "${RELEASE_NAME}" "${NAME_SPACE}" "${url}"
check_and_test "${RELEASE_NAME_RBAC}" "${NAME_SPACE_RBAC}" "${url}"
Expand Down

0 comments on commit 81cb88a

Please sign in to comment.