Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

clone serverless repository scripts

resource google_sourcerepo_repository image {
  name       = "paas-monitor"
  depends_on = [google_project_service.sourcerepo]
}
Copy
Comment

clone serverless repository scripts

git clone https://github.com/mvanholsteijn/paas-monitor.git
cd paas-monitor
Copy
Comment

clone serverless repository scripts

git config --global 
   credential.'https://source.developers.google.com'.helper 
   git-credential-gcloud.sh
Copy
Comment

clone serverless repository scripts

gcloud builds log d3a313b8-ec30-442d-af0f-b9d5a10f788a

------------------------------------------------------------------------------------------------------------ REMOTE BUILD OUTPUT -------------------------------------------------------------------------------------------------------------
starting build "d3a313b8-ec30-442d-af0f-b9d5a10f788a"

FETCHSOURCE
Initialized empty Git repository in /workspace/.git/
From https://source.developers.google.com/p/speeltuin-mvanholsteijn/r/paas-monitor
 * branch            23f349221c561dced520606ea0a144c4f04dab95 -> FETCH_HEAD
HEAD is now at 23f3492 added cloudbuild.yaml
...
Copy
Comment

clone serverless repository scripts

gcloud builds list
ID                                    CREATE_TIME                DURATION  SOURCE               IMAGES  STATUS
d3a313b8-ec30-442d-af0f-b9d5a10f788a  2019-12-07T17:54:24+00:00  53S       paas-monitor@master   -       SUCCESS
Copy
Comment

PREVIOUS NEXT
Code Example
Shell :: shell loop terminating after command 
Shell :: how to do a sudo reboot on raspberry pi 
Shell :: GVfs metadata is not supported. Fallback to TeplMetadataManager. 
Shell :: cosmicjs 
Shell :: linux write 
Shell :: drush confi set with laguage 
Shell :: linux restrict process network access 
Shell :: cordova admob 
Shell :: zsh silent backgrousd task output 
Shell :: on in get first two digit start with two numbers c# 
Shell :: git undo only a chunk 
Shell :: Disable all git advice 
Shell :: update token key github 
Shell :: failed to write object git pull 
Shell :: vim command to select all text in file 
Shell :: rm bash 
Shell :: setting and changing a project 
Shell :: elevate current commandprompt 
Shell :: grep files modified since yesterday 
Shell :: Add entry in authorized_keys from windows to linux host 
Shell :: head equivalent cmd windows of pipeline output 
Shell :: anydesk: error while loading shared libraries: libpangox-1.0.so.0: cannot open shared object file: No such file or directory 
Shell :: how much time does powershell take to install wsl 
Shell :: git tagging for manging relesing dev.to 
Shell :: git delete branch error not found 
Shell :: thelinuxterminal.com grep command 
Shell :: How to remove multiple non empty directory in ubuntu 
Shell :: ubuntu 20 show dock only on hover 
Shell :: log cancel git command 
Shell :: bash loop local variable 
ADD CONTENT
Topic
Content
Source link
Name
6+2 =