Skip to content

Commit

Permalink
Moved to aip cicd v4
Browse files Browse the repository at this point in the history
  • Loading branch information
akdigitalself committed Feb 28, 2024
1 parent 562db5f commit efbe5f0
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
include:
- project: 'analytics/artificial-intelligence/ai-platform/aip-infrastructure/ci-templates/ci-cd-template'
ref: &include_ref 'v3'
ref: &include_ref 'v4'
file: 'environments/devex.yml'
- project: 'analytics/artificial-intelligence/ai-platform/aip-infrastructure/ci-templates/ci-cd-template'
ref: *include_ref # TODO Use V4?
ref: *include_ref
file: '/blocks/python.yml'

variables:
Expand Down Expand Up @@ -36,9 +36,8 @@ build:publish:
stage: build
script:
- *version
# Now write back the zillow-kserve version back to the original location we found the original so
# python package managers can reference it as they need the version stored internally.
# - sed -i "s/version=version/version=\'${PY_LIBRARY_VERSION}\'/" $KSERVE_VERSION_PATH -- TODO remove?
# Now write back the zillow-kserve version back to the original location we got it from,
# so python package managers can reference it as they need the version stored internally.
- echo "${PY_LIBRARY_VERSION}" > python/VERSION
- cd python/kserve
- python setup.py sdist
Expand Down

0 comments on commit efbe5f0

Please sign in to comment.