From 9d72224771c3817501a447769fab8190b1b3df02 Mon Sep 17 00:00:00 2001 From: Slava Date: Sat, 26 Aug 2023 19:03:00 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 82d2c78..c59199b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -24,5 +24,5 @@ deploy-job: # This job runs in the deploy stage. environment: production script: - echo "Translating text..." - - echo "test" + - uname -a - echo "Text successfully translated."