Loading .gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -28,7 +28,7 @@ install_project: tags: - git-run-ia2 script: - echo "Current directory $(pwd) ${token-for-ci-cd}" - echo "Current directory $(pwd) $GITLAB_TOKEN" - ls -la - echo "Python version $(python -v)" - pip install --upgrade pip Loading Loading
.gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -28,7 +28,7 @@ install_project: tags: - git-run-ia2 script: - echo "Current directory $(pwd) ${token-for-ci-cd}" - echo "Current directory $(pwd) $GITLAB_TOKEN" - ls -la - echo "Python version $(python -v)" - pip install --upgrade pip Loading