mirror of
https://gitlab.gnome.org/GNOME/calls.git
synced 2024-11-16 16:06:11 +00:00
Compare commits
No commits in common. "71f5ffd7dc257dc9ed5c4a8cf80e01a6f8e1d2db" and "34b68ec082f86d6099c5db71fcf5593a51a70cfe" have entirely different histories.
71f5ffd7dc
...
34b68ec082
2 changed files with 1 additions and 8 deletions
|
@ -10,7 +10,7 @@ stages:
|
|||
- deploy
|
||||
|
||||
variables:
|
||||
DEBIAN_IMAGE: $CI_REGISTRY/gnome/calls/debian:v0.0.2024-05-14
|
||||
DEBIAN_IMAGE: $CI_REGISTRY/gnome/calls/debian:v0.0.20240113.1
|
||||
GIT_SUBMODULE_STRATEGY: normal
|
||||
|
||||
build:native:
|
||||
|
|
|
@ -1,7 +0,0 @@
|
|||
VERSION=$(shell date --iso)
|
||||
|
||||
all:
|
||||
./run-docker.sh build --base debian --version 0.0.$(VERSION)
|
||||
|
||||
push:
|
||||
./run-docker.sh push --base debian --version 0.0.$(VERSION)
|
Loading…
Reference in a new issue