Skip to content
Snippets Groups Projects
Unverified Commit fee04aab authored by Tomáš Pecka's avatar Tomáš Pecka
Browse files

worker: bump core version

We are now building against core commit
e38a6578eca11b18a0fbe5802e5d9f110d2c38d8[1].

We wanted to bring in new LatexConverter modifications for latex output
in OutputDialog.

[1] algorithms-library-toolkit/automata-library@e38a6578
parent 771c0799
No related branches found
No related tags found
1 merge request!62Dev tp
...@@ -22,7 +22,7 @@ image: gitlab.fit.cvut.cz:5000/algorithms-library-toolkit/infrastructure/ci-dock ...@@ -22,7 +22,7 @@ image: gitlab.fit.cvut.cz:5000/algorithms-library-toolkit/infrastructure/ci-dock
   
build:worker: build:worker:
stage: build stage: build
image: gitlab.fit.cvut.cz:5000/algorithms-library-toolkit/webui-client/core-snapshot:0.0.0.r1520.g1b02620e2 image: gitlab.fit.cvut.cz:5000/algorithms-library-toolkit/webui-client/core-snapshot:0.0.0.r1523.ge38a6578e
before_script: before_script:
- apk add --no-cache curl && curl https://alt.fit.cvut.cz/repo/alpine/alt-dev-repo.sh | sh - apk add --no-cache curl && curl https://alt.fit.cvut.cz/repo/alpine/alt-dev-repo.sh | sh
- apk add --no-cache build-base cmake jsoncpp-dev pkgconf apr-dev spdlog-dev catch2 activemq-cpp-dev argparse boost-dev - apk add --no-cache build-base cmake jsoncpp-dev pkgconf apr-dev spdlog-dev catch2 activemq-cpp-dev argparse boost-dev
......
...@@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ...@@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## Unreleased ## Unreleased
### Added ### Added
### Changed ### Changed
- Bump [core] version to ref [e38a6578eca11b18a0fbe5802e5d9f110d2c38d8](https://gitlab.fit.cvut.cz/algorithms-library-toolkit/automata-library/commit/e38a6578eca11b18a0fbe5802e5d9f110d2c38d8).
   
## [0.4.0] - 2021-05-14 ## [0.4.0] - 2021-05-14
### Added ### Added
......
ARG BASE_IMAGE=gitlab.fit.cvut.cz:5000/algorithms-library-toolkit/webui-client/core-snapshot:0.0.0.r1520.g1b02620e2 ARG BASE_IMAGE=gitlab.fit.cvut.cz:5000/algorithms-library-toolkit/webui-client/core-snapshot:0.0.0.r1523.ge38a6578e
   
#----------------------------------------------------------------------------------------- #-----------------------------------------------------------------------------------------
   
......
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