Unverified Commit 5c8c91f8 authored by Maxime Lefrançois's avatar Maxime Lefrançois
Browse files

test install release-cli locally

parent 2be10461
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -33,7 +33,7 @@ release_job:
  script:
    - echo "Running the release job for $VERSION from commit $CI_COMMIT_SHA"
    - curl --location --output release-cli "https://gitlab.com/api/v4/projects/gitlab-org%2Frelease-cli/packages/generic/release-cli/latest/release-cli-linux-amd64"
    - sudo chmod +x release-cli
    - chmod +x release-cli
    - ./release-cli -v
    # - hostnamectl ; lsb_release -a ; cat /etc/os-release
  # release: