From 448c81fd1e49dbf92e3e46773a99bbb192aa0ebd Mon Sep 17 00:00:00 2001 From: KD Date: Sun, 9 Mar 2025 21:56:54 +0000 Subject: [PATCH] Adding back rule --- .gitlab-ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7ed0f76..9269c22 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -44,10 +44,10 @@ deploy: stage: deploy image: rust:1.85 script: - - echo "Printing environment" - - env - - cargo login "$CARGO_LOGIN_TOKEN" - - echo "Next step" + - echo "Deployment will be configured when this is ready for use" + # - env + # Uncomment when you are ready for this to be published + # - cargo login "$CARGO_LOGIN_TOKEN" # - cargo publish dependencies: - build