ScottyLabs / course-api-v2

📃 A REST API for retrieving CMU course information and faculty evaluation data
8 stars 0 forks source link

[Bug] Cloud Build fails on doppler setup #37

Closed hdavidethan closed 2 years ago

hdavidethan commented 2 years ago

Expected Behavior

Should pass doppler setup

Steps to Reproduce

N/A Check logs on GCP

starting build "3d70d30b-eed6-4cde-ab3b-2c15967e9598"

FETCHSOURCE
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint: 
hint:   git config --global init.defaultBranch <name>
hint: 
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint: 
hint:   git branch -m <name>
Initialized empty Git repository in /workspace/.git/
From https://github.com/ScottyLabs/course-api-v2
 * branch            a05c90ee8400b5a940ad143090fec74e7239c665 -> FETCH_HEAD
HEAD is now at a05c90e Merge pull request #31 from ScottyLabs/professor-search
BUILD
Starting Step #0 - "Build"
Step #0 - "Build": Already have image (with digest): gcr.io/cloud-builders/docker
Step #0 - "Build": Sending build context to Docker daemon  641.5kB

Step #0 - "Build": Step 1/12 : FROM node:14-alpine
Step #0 - "Build": 14-alpine: Pulling from library/node
Step #0 - "Build": 3aa4d0bbde19: Pulling fs layer
Step #0 - "Build": 88e6ad6b7af9: Pulling fs layer
Step #0 - "Build": ae751f321f42: Pulling fs layer
Step #0 - "Build": cc49f883ddf2: Pulling fs layer
Step #0 - "Build": cc49f883ddf2: Waiting
Step #0 - "Build": 3aa4d0bbde19: Verifying Checksum
Step #0 - "Build": 3aa4d0bbde19: Download complete
Step #0 - "Build": ae751f321f42: Verifying Checksum
Step #0 - "Build": ae751f321f42: Download complete
Step #0 - "Build": cc49f883ddf2: Verifying Checksum
Step #0 - "Build": cc49f883ddf2: Download complete
Step #0 - "Build": 3aa4d0bbde19: Pull complete
Step #0 - "Build": 88e6ad6b7af9: Verifying Checksum
Step #0 - "Build": 88e6ad6b7af9: Download complete
Step #0 - "Build": 88e6ad6b7af9: Pull complete
Step #0 - "Build": ae751f321f42: Pull complete
Step #0 - "Build": cc49f883ddf2: Pull complete
Step #0 - "Build": Digest: sha256:179b0166fc11382a46637022bd7ee330021ff97fe90ae014174761cf5f88a269
Step #0 - "Build": Status: Downloaded newer image for node:14-alpine
Step #0 - "Build":  ---> 1e6c9ff4db81
Step #0 - "Build": Step 2/12 : RUN (curl -Ls https://cli.doppler.com/install.sh || wget -qO- https://cli.doppler.com/install.sh) | sh
Step #0 - "Build":  ---> Running in 76f4189c983f
Step #0 - "Build": /bin/sh: curl: not found
Step #0 - "Build": ERROR: Unable to find gpg binary for signature verification
Step #0 - "Build": You can resolve this error by installing your system's gnupg package
Step #0 - "Build": The command '/bin/sh -c (curl -Ls https://cli.doppler.com/install.sh || wget -qO- https://cli.doppler.com/install.sh) | sh' returned a non-zero code: 1
Finished Step #0 - "Build"
ERROR
ERROR: build step 0 "gcr.io/cloud-builders/docker" failed: step exited with non-zero status: 1
Step #0 - "Build": 

Device Information

N/A