Skip to content
Snippets Groups Projects
Commit 14ebeb77 authored by geant-release-service's avatar geant-release-service
Browse files

Finished release 0.6.

parents 23c6d6cd 8d843ecc
No related branches found
No related tags found
No related merge requests found
Pipeline #84913 passed
...@@ -14,7 +14,8 @@ RUN mkdir -p /app/gap/ansible /etc/ansible && \ ...@@ -14,7 +14,8 @@ RUN mkdir -p /app/gap/ansible /etc/ansible && \
RUN pip install \ RUN pip install \
--pre \ --pre \
--extra-index-url https://artifactory.software.geant.org/artifactory/api/pypi/geant-swd-pypi/simple \ --extra-index-url https://artifactory.software.geant.org/artifactory/api/pypi/geant-swd-pypi/simple \
goat-lso==${ARTIFACT_VERSION} goat-lso==${ARTIFACT_VERSION} \
--no-build-isolation
RUN ansible-galaxy install \ RUN ansible-galaxy install \
-r ansible-galaxy-requirements.yaml \ -r ansible-galaxy-requirements.yaml \
-p /app/gap/ansible -p /app/gap/ansible
......
...@@ -2,7 +2,7 @@ from setuptools import find_packages, setup ...@@ -2,7 +2,7 @@ from setuptools import find_packages, setup
setup( setup(
name="goat-lso", name="goat-lso",
version="0.5", version="0.6",
author="GÉANT Orchestration & Automation Team", author="GÉANT Orchestration & Automation Team",
author_email="goat@geant.org", author_email="goat@geant.org",
description="Lightweight Service Orchestrator", description="Lightweight Service Orchestrator",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment