Merge branch 'ci_variable_checkl' into 'main'

Adding back rule

See merge request kdeng00/icarus-models!15
This commit is contained in:
KD
2025-03-09 21:56:54 +00:00

View File

@@ -44,10 +44,10 @@ deploy:
stage: deploy stage: deploy
image: rust:1.85 image: rust:1.85
script: script:
- echo "Printing environment" - echo "Deployment will be configured when this is ready for use"
- env # - env
- cargo login "$CARGO_LOGIN_TOKEN" # Uncomment when you are ready for this to be published
- echo "Next step" # - cargo login "$CARGO_LOGIN_TOKEN"
# - cargo publish # - cargo publish
dependencies: dependencies:
- build - build