mirror of
https://gitlab.gnome.org/GNOME/calls.git
synced 2024-11-16 15:36:09 +00:00
Compare commits
2 commits
34b68ec082
...
71f5ffd7dc
Author | SHA1 | Date | |
---|---|---|---|
|
71f5ffd7dc | ||
|
af7388db6c |
2 changed files with 8 additions and 1 deletions
|
@ -10,7 +10,7 @@ stages:
|
|||
- deploy
|
||||
|
||||
variables:
|
||||
DEBIAN_IMAGE: $CI_REGISTRY/gnome/calls/debian:v0.0.20240113.1
|
||||
DEBIAN_IMAGE: $CI_REGISTRY/gnome/calls/debian:v0.0.2024-05-14
|
||||
GIT_SUBMODULE_STRATEGY: normal
|
||||
|
||||
build:native:
|
||||
|
|
7
.gitlab-ci/Makefile
Normal file
7
.gitlab-ci/Makefile
Normal file
|
@ -0,0 +1,7 @@
|
|||
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