Skip to content
Snippets Groups Projects
Commit f3a9771b authored by Nikolay Stanchev's avatar Nikolay Stanchev
Browse files

Updates version number

parent cd1d3eae
Branches
Tags
No related merge requests found
......@@ -35,8 +35,8 @@ build:tests:
- python setup.py sdist --dist-dir=$CI_PROJECT_DIR/build
artifacts:
paths:
- build/clmctest-2.0.3.tar.gz
- build/clmcservice-2.0.3.tar.gz
- build/clmctest-2.0.4.tar.gz
- build/clmcservice-2.0.4.tar.gz
expire_in: 1 day
test:all:
......@@ -50,8 +50,8 @@ test:all:
- echo "REPO_PASS=${REPO_PASS}" >> $CI_PROJECT_DIR/reporc
- sudo scripts/test/fixture.sh create -f src/test/clmctest/rspec.json -r $CI_PROJECT_DIR -c all
- sudo mkdir /var/lib/lxd/containers/test-runner/rootfs/opt/clmc/build
- sudo cp build/clmctest-2.0.3.tar.gz /var/lib/lxd/containers/test-runner/rootfs/opt/clmc/build
- sudo lxc exec test-runner -- pip3 install /opt/clmc/build/clmctest-2.0.3.tar.gz
- sudo cp build/clmctest-2.0.4.tar.gz /var/lib/lxd/containers/test-runner/rootfs/opt/clmc/build
- sudo lxc exec test-runner -- pip3 install /opt/clmc/build/clmctest-2.0.4.tar.gz
- sudo lxc exec test-runner -- pytest -s --tb=short -rfp --pyargs clmctest
when: on_success
......
__version__ = "2.0.3"
\ No newline at end of file
__version__ = "2.0.4"
\ No newline at end of file
__version__ = "2.0.3"
\ No newline at end of file
__version__ = "2.0.4"
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment