diff options
| author | Gabriel A. Giovanini <mail@gabrielgio.me> | 2022-05-15 15:02:28 +0000 | 
|---|---|---|
| committer | Gabriel A. Giovanini <mail@gabrielgio.me> | 2022-05-15 15:02:28 +0000 | 
| commit | d33e4b11bf059e4a7815a771efcef9d079f0e550 (patch) | |
| tree | f1d0442f3f433fa1e6e29cd05acea75f4db38e78 | |
| parent | 49a58e285b2078bfd5883ef79789f27b4450d040 (diff) | |
| download | macroblog.rs-d33e4b11bf059e4a7815a771efcef9d079f0e550.tar.gz macroblog.rs-d33e4b11bf059e4a7815a771efcef9d079f0e550.tar.bz2 macroblog.rs-d33e4b11bf059e4a7815a771efcef9d079f0e550.zip | |
fix: Update .gitlab-ci.yml file
| -rw-r--r-- | .gitlab-ci.yml | 2 | 
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 | 
