merged and resolved sandbox infra merge conflict

This commit is contained in:
Alysia Broddrick 2023-08-08 07:11:09 -07:00
commit bea2f79a41
No known key found for this signature in database
GPG key ID: 03917052CD0F06B7
7 changed files with 48 additions and 2 deletions

View file

@ -3,7 +3,7 @@ name: Developer Onboarding
about: Onboarding steps for developers.
title: 'Developer Onboarding: GH_HANDLE'
labels: dev, onboarding
assignees: loganmeetsworld
assignees: abroddrick
---
@ -16,7 +16,7 @@ assignees: loganmeetsworld
There are several tools we use locally that you will need to have.
- [ ] [Install the cf CLI v7](https://docs.cloudfoundry.org/cf-cli/install-go-cli.html#pkg-mac) for the ability to deploy
- [ ] Make sure you have `gpg` >2.1.7. Run `gpg --version` to check.
- [ ] Make sure you have `gpg` >2.1.7. Run `gpg --version` to check. If not, [install gnupg](https://formulae.brew.sh/formula/gnupg)
- [ ] Install the [Github CLI](https://cli.github.com/)
## Access
@ -80,6 +80,15 @@ You may need to add these two lines to your shell's rc file (e.g. `.bashrc` or `
GPG_TTY=$(tty)
export GPG_TTY
```
and then
```bash
source ~/.bashrc
```
or
```bash
source ~/.zshrc
```
## Setting up developer sandbox

View file

@ -16,6 +16,7 @@ jobs:
|| startsWith(github.head_ref, 'ko/')
|| startsWith(github.head_ref, 'gd/')
|| startsWith(github.head_ref, 'za/')
|| startsWith(github.head_ref, 'rh/')
|| startsWith(github.head_ref, 'nl/')
outputs:
environment: ${{ steps.var.outputs.environment}}

View file

@ -16,6 +16,7 @@ on:
- stable
- staging
- nl
- rh
- za
- gd
- rb

View file

@ -17,6 +17,7 @@ on:
- stable
- staging
- nl
- rh
- za
- gd
- rb