mirror of
https://gitlab.com/alemaire/buildx.git
synced 2025-01-11 02:53:30 +00:00
Compare commits
No commits in common. "8cbfb118e530392fe36b682a6b3df21480be0339" and "f561591cc773c922ac9ae816c70a6d7eae037ac5" have entirely different histories.
8cbfb118e5
...
f561591cc7
@ -128,17 +128,6 @@ pleroma:
|
|||||||
variables:
|
variables:
|
||||||
- $CI_COMMIT_REF_PROTECTED == "true"
|
- $CI_COMMIT_REF_PROTECTED == "true"
|
||||||
|
|
||||||
dendrite:
|
|
||||||
stage: build
|
|
||||||
tags:
|
|
||||||
- docker
|
|
||||||
script:
|
|
||||||
- cd dendrite
|
|
||||||
- make push
|
|
||||||
only:
|
|
||||||
variables:
|
|
||||||
- $CI_COMMIT_REF_PROTECTED == "true"
|
|
||||||
|
|
||||||
.docker_init: &docker_init |
|
.docker_init: &docker_init |
|
||||||
if ! docker info &>/dev/null; then
|
if ! docker info &>/dev/null; then
|
||||||
if [ -z "${DOCKER_HOST}" -a "${KUBERNETES_PORT}" ]; then
|
if [ -z "${DOCKER_HOST}" -a "${KUBERNETES_PORT}" ]; then
|
||||||
|
@ -18,4 +18,4 @@ push: git-clone
|
|||||||
--tag ${CI_REGISTRY_IMAGE}/${IMAGE}:$(VERSION) .
|
--tag ${CI_REGISTRY_IMAGE}/${IMAGE}:$(VERSION) .
|
||||||
|
|
||||||
git-clone:
|
git-clone:
|
||||||
git clone -b v${VERSION} https://github.com/matrix-org/dendrite.git
|
git clone -b v${VERSION} --depth 1 https://github.com/matrix-org/dendrite.git
|
||||||
|
Loading…
Reference in New Issue
Block a user