aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGabriel A. Giovanini <mail@gabrielgio.me>2022-05-15 15:02:28 +0000
committerGabriel A. Giovanini <mail@gabrielgio.me>2022-05-15 15:02:28 +0000
commitd33e4b11bf059e4a7815a771efcef9d079f0e550 (patch)
treef1d0442f3f433fa1e6e29cd05acea75f4db38e78
parent49a58e285b2078bfd5883ef79789f27b4450d040 (diff)
downloadmacroblog.rs-d33e4b11bf059e4a7815a771efcef9d079f0e550.tar.gz
macroblog.rs-d33e4b11bf059e4a7815a771efcef9d079f0e550.tar.bz2
macroblog.rs-d33e4b11bf059e4a7815a771efcef9d079f0e550.zip
fix: Update .gitlab-ci.yml file
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index b663547..dd3bba4 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,8 +1,8 @@
stages:
- test
- production
- - build
- prepare
+ - release
test:
image: rust:alpine