mirror of
https://gitlab.com/asus-linux/asusctl.git
synced 2026-02-06 00:15:04 +01:00
fix(ci): Resolve yaml invalid error by adding explicit stages
This commit is contained in:
@@ -31,6 +31,7 @@ stages:
|
|||||||
- deploy
|
- deploy
|
||||||
|
|
||||||
format:
|
format:
|
||||||
|
stage: format
|
||||||
except:
|
except:
|
||||||
- tags
|
- tags
|
||||||
<<: *rust_cache
|
<<: *rust_cache
|
||||||
@@ -42,6 +43,7 @@ format:
|
|||||||
- rm -rf "$CI_PROJECT_DIR/ci-target" || true
|
- rm -rf "$CI_PROJECT_DIR/ci-target" || true
|
||||||
|
|
||||||
check:
|
check:
|
||||||
|
stage: check
|
||||||
except:
|
except:
|
||||||
- tags
|
- tags
|
||||||
<<: *rust_cache
|
<<: *rust_cache
|
||||||
@@ -55,6 +57,7 @@ check:
|
|||||||
- rm -rf "$CI_PROJECT_DIR/ci-target" || true
|
- rm -rf "$CI_PROJECT_DIR/ci-target" || true
|
||||||
|
|
||||||
test:
|
test:
|
||||||
|
stage: test
|
||||||
except:
|
except:
|
||||||
- tags
|
- tags
|
||||||
<<: *rust_cache
|
<<: *rust_cache
|
||||||
@@ -65,6 +68,7 @@ test:
|
|||||||
- rm -rf "$CI_PROJECT_DIR/ci-target" || true
|
- rm -rf "$CI_PROJECT_DIR/ci-target" || true
|
||||||
|
|
||||||
release:
|
release:
|
||||||
|
stage: release
|
||||||
only:
|
only:
|
||||||
- tags
|
- tags
|
||||||
<<: *rust_cache
|
<<: *rust_cache
|
||||||
|
|||||||
Reference in New Issue
Block a user