Skip to content

Commit

Permalink
Merge branch 'rewards-208-2' into 'main'
Browse files Browse the repository at this point in the history
Rewards 208 2

See merge request flarenetwork/ftso-scaling!113
  • Loading branch information
alenabelium committed Jul 23, 2024
2 parents aa70b36 + 7bc3384 commit de4530d
Show file tree
Hide file tree
Showing 4 changed files with 6,319 additions and 19 deletions.
19 changes: 0 additions & 19 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,25 +4,6 @@ workflow:
when: never
- when: always

build-container:
stage: build
needs: []
image: gcr.si/cts/build-oci:1.3.0@sha256:af8fd5a7f8bf74037741f8a831209d66078d94251dd155df6d61b61a9f922bf7
script: [ "/build.sh" ]
variables:
CTS_BUILD_CACHE_REPO: ${CI_REGISTRY_IMAGE}/cache
CTS_BUILD_DOCKERFILE: Dockerfile
rules:
- if: $CI_COMMIT_REF_NAME == $CI_DEFAULT_BRANCH
variables:
CTS_BUILD_TAG: latest
- if: $CI_COMMIT_TAG != null
variables:
CTS_BUILD_TAG: $CI_COMMIT_TAG
- if: $CI_COMMIT_BRANCH != $CI_DEFAULT_BRANCH
variables:
CTS_BUILD_TAG: $CI_COMMIT_REF_SLUG

test-all:
stage: test
needs: []
Expand Down
Loading

0 comments on commit de4530d

Please sign in to comment.