From 55c467b0b87753a715151f99df222bd59fa14cdd Mon Sep 17 00:00:00 2001 From: BO ZHANG Date: Wed, 7 Sep 2022 15:16:30 +0800 Subject: [PATCH] try ssh executor --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index efc386a..818437a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -23,6 +23,7 @@ stages: # List of stages for jobs, and their order of execution build-job: # This job runs in the build stage, which runs first. stage: build script: + - which ssh - echo "Compiling the code..." - echo "Compile complete." -- GitLab