Skip to content

Commit

Permalink
debug CI_PROJECT_PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
talebzeghmi committed Jan 28, 2024
1 parent 5fb8110 commit acbf901
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
include:
- project: 'analytics/artificial-intelligence/ai-platform/aip-infrastructure/ci-templates/ci-cd-template'
# ref: &include_ref 'v4'
ref: &include_ref 'v4.0.3075'
ref: &include_ref 'tz/cicd-fix-wfsdk'
# ref: &include_ref '4e25c7200369aec17fcf8de723db360a7726151a'
file: 'environments/devex.yml'
- project: 'analytics/artificial-intelligence/ai-platform/aip-infrastructure/ci-templates/ci-cd-template'
Expand Down Expand Up @@ -57,6 +57,10 @@ stages:
- !reference [.kubernetes_environment, before_script]
script:
- env
- |
echo "SHARED_PATH=${SHARED_PATH}"
echo "WORKING_DIR=${WORKING_DIR}"
echo "CI_PROJECT_PATH=${CI_PROJECT_PATH}"
- docker run
--rm
-v ${SHARED_PATH}/.kube:/home/zservice/.kube
Expand Down

0 comments on commit acbf901

Please sign in to comment.