Skip to content
Snippets Groups Projects
Commit 4fcdb9e4 authored by Nicole Lu's avatar Nicole Lu
Browse files

fix a pip package error

parent e846b1db
Branches p4-dev
No related tags found
1 merge request!32container scanning-INPLATFORM-306
...@@ -10,7 +10,7 @@ variables: ...@@ -10,7 +10,7 @@ variables:
before_script: before_script:
- apk update && apk add groff less && apk add py3-pip - apk update && apk add groff less && apk add py3-pip
- pip install --upgrade pip - pip3 install --upgrade pip3
- pip3 install awscli - pip3 install awscli
- $(aws ecr get-login --no-include-email --region us-east-1) - $(aws ecr get-login --no-include-email --region us-east-1)
- docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY - docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment