Skip to content

Commit

Permalink
Merge pull request #2010 from zhang-shengping/9.9-stable-temp
Browse files Browse the repository at this point in the history
[OPENSTACK-2624] temp fix for travis
  • Loading branch information
zhang-shengping authored Feb 24, 2023
2 parents e59441d + 96627c5 commit 0f4405f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ sudo: required
env:
global:
- DIST_REPO="f5-openstack-agent-dist"
- PKG_VERSION=`python -c "import f5_openstack_agent; print(f5_openstack_agent.__version__)"`
- PKG_RELEASE=$(python ${DIST_REPO}/scripts/get-version-release.py --release)
- PKG_VERSION=9.9.55
- PKG_RELEASE=1
- PKG_RELEASE_EL7=${DIST_REPO}/rpms/build/f5-openstack-agent-${PKG_VERSION}-${PKG_RELEASE}.el7.noarch.rpm
- PKG_RELEASE_1404=${DIST_REPO}/deb_dist/python-f5-openstack-agent_${PKG_VERSION}-${PKG_RELEASE}_1404_all.deb
- RELEASE_TAG=v$(echo $PKG_VERSION | cut -d . -f 1,2)
Expand Down

0 comments on commit 0f4405f

Please sign in to comment.