Skip to content
Snippets Groups Projects
Verified Commit a85fc0b4 authored by Konrad Botor's avatar Konrad Botor
Browse files

Updated publishing job

parent 090cfd6d
No related branches found
No related tags found
2 merge requests!188Merge develop to master for release,!125Updated publishing job
Pipeline #93794 passed
......@@ -44,10 +44,10 @@ variables:
include:
- template: Workflows/Branch-Pipelines.gitlab-ci.yml
- project: 'hive/haf'
ref: 05b3e1d22b48d065c8abbf40e6177df59f9c3b73 # master
ref: 7bb7aab44a7083994c36f040e84d501c11afc159 # develop
file: '/scripts/ci-helpers/prepare_data_image_job.yml'
- project: 'hive/common-ci-configuration'
ref: 7ea99b10bbf0f9b1fbb88f52a78ead4c82f15d75 # develop # It seems a variable cannot be used here
ref: b2ff9f5a48bc8fb379c66ec4e7907ea1e796ff1b # develop # It seems a variable cannot be used here
file:
- '/templates/test_jobs.gitlab-ci.yml'
- '/templates/python_projects.gitlab-ci.yml'
......@@ -308,10 +308,13 @@ cleanup_hived_cache_manual:
build_and_publish_image:
stage: publish
extends: .publish_docker_image_template
before_script:
- !reference [.publish_docker_image_template, before_script]
script:
- scripts/ci-helpers/build_and_publish_instance.sh
tags:
- public-runner-docker
- hived-for-tests
prepare_haf_image_testnet:
extends: .prepare_haf_image
......
Subproject commit 05b3e1d22b48d065c8abbf40e6177df59f9c3b73
Subproject commit 7bb7aab44a7083994c36f040e84d501c11afc159
......@@ -458,12 +458,12 @@ url = "../../../haf/tests/integration/haf-local-tools"
[[package]]
name = "helpy"
version = "0.0.1.dev161+1457c67"
version = "0.0.1.dev166+773e3fa"
description = "Easily interact with the Hive blockchain using Python."
optional = false
python-versions = ">=3.10,<4.0"
files = [
{file = "helpy-0.0.1.dev161+1457c67-py3-none-any.whl", hash = "sha256:777192d8ca160bfc2071368f437777ed5155e151b72a25454674f4e435ae2176"},
{file = "helpy-0.0.1.dev166+773e3fa-py3-none-any.whl", hash = "sha256:daca6c3794f433eedd7b60e4918888224a95887c190e46256bf0798d96db4828"},
]
[package.dependencies]
......@@ -473,7 +473,7 @@ loguru = "0.7.2"
pytest-is-running = "1.5.0"
python-dateutil = "2.8.2"
requests = "2.27.1"
schemas = "0.0.1.dev291+af0fba1"
schemas = "0.0.1.dev301+047ab10"
wax = "0.0.3a2.dev187+207f9b4"
[package.source]
......@@ -1492,12 +1492,12 @@ files = [
[[package]]
name = "schemas"
version = "0.0.1.dev291+af0fba1"
version = "0.0.1.dev301+047ab10"
description = "Tools for checking if message fits expected format"
optional = false
python-versions = ">=3.10,<4.0"
files = [
{file = "schemas-0.0.1.dev291+af0fba1-py3-none-any.whl", hash = "sha256:c7e8c70ab9598944f41d13f510c05be912eb8f7c1f8bcf992a96ba1a1ffe613f"},
{file = "schemas-0.0.1.dev301+047ab10-py3-none-any.whl", hash = "sha256:ad071b8339f659242e184e1424a833146bc01dc7ac8d4684e955c545ee8f4c47"},
]
[package.dependencies]
......@@ -1702,7 +1702,7 @@ develop = true
[package.dependencies]
abstractcp = "0.9.9"
helpy = "0.0.1.dev161+1457c67"
helpy = "0.0.1.dev166+773e3fa"
loguru = "0.7.2"
python-dateutil = "2.8.2"
requests = "2.27.1"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment