From d6ed22064b7ece49e80cab0a06bf174f23599b7c Mon Sep 17 00:00:00 2001 From: bacon Date: Mon, 28 Aug 2023 20:03:33 +0300 Subject: [PATCH] added yml stage --- test.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/test.yml b/test.yml index 61c0979..fb41f37 100644 --- a/test.yml +++ b/test.yml @@ -1,13 +1,10 @@ image: python:3.10 -predeploy: - stage: deploy +.pre: script: - 'pip3 install requests' deploy: stage: deploy - needs: - - predeploy script: - 'python3 main.py'