Commit 55c467b0 authored by BO ZHANG's avatar BO ZHANG 🏀
Browse files

try ssh executor

parent cc9de839
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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."