Skip to content
This repository has been archived by the owner on Oct 25, 2023. It is now read-only.

Commit

Permalink
[ci] Add basic gitlab config
Browse files Browse the repository at this point in the history
  • Loading branch information
driazati committed Mar 28, 2023
1 parent caa7ee3 commit 7b00026
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
stages:
- prepare-auth

update_token:
image:
name: amazon/aws-cli
entrypoint: [""]
stage: prepare-auth
before_script:
- aws --version
script:
- echo hello

0 comments on commit 7b00026

Please sign in to comment.