Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
431385c
Create pipeline.test-user.yml
stephanieatte Feb 15, 2023
bee454a
Update pipeline.test-user.yml
stephanieatte Feb 15, 2023
77141eb
Update pipeline.test-user.yml
stephanieatte Feb 15, 2023
472b4d6
Update pipeline.test-user.yml
stephanieatte Feb 15, 2023
4b5c83b
Update pipeline.test-user.yml
stephanieatte Feb 15, 2023
fd92ba8
Update pipeline.test-user.yml
stephanieatte Feb 15, 2023
75a90ac
add hook
Feb 16, 2023
338d9ab
Update environment
stephanieatte Feb 16, 2023
5c0d21c
Update environment
stephanieatte Feb 16, 2023
fb49a02
Update environment
stephanieatte Feb 16, 2023
845bad4
Update environment
stephanieatte Feb 16, 2023
8af7150
Update environment
stephanieatte Feb 16, 2023
10af0a4
Update environment
stephanieatte Feb 16, 2023
55c3b9a
Update environment
stephanieatte Feb 16, 2023
43338e8
Update environment
stephanieatte Feb 16, 2023
641d7b5
Update README.md
stephanieatte Feb 22, 2023
a8c381d
Update README.md
stephanieatte Feb 24, 2023
8354da6
Update README.md
stephanieatte Feb 24, 2023
791c948
Update README.md
stephanieatte Feb 24, 2023
eedcd40
push code to readme
stephanieatte Feb 24, 2023
3c31bf2
pr on master
stephanieatte Feb 24, 2023
0d2d1f7
pr on master-new
stephanieatte Feb 24, 2023
acd9358
Merge pull request #1 from stephanieatte/master-new
stephanieatte Feb 24, 2023
00831ae
try pr without pr checkbox master-new
stephanieatte Feb 24, 2023
df0d518
try pr without pr checkbox on master
stephanieatte Feb 24, 2023
585cc02
Merge pull request #2 from stephanieatte/master-new
stephanieatte Feb 24, 2023
8f43932
try pr without pr checkbox and master-new selected on master
stephanieatte Feb 24, 2023
54f7b2a
try pr without pr checkbox and master-new selected on master-new
stephanieatte Feb 24, 2023
559b2d2
Merge pull request #3 from stephanieatte/master-new
stephanieatte Feb 24, 2023
9d8ae4a
Update README.md
stephanieatte Mar 8, 2023
8883bc7
Create test.sh
stephanieatte Jul 20, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions .buildkite/pipeline.test-user.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
steps:
- label: "Test Pipeline.yml"
command: |
if [ "$BUILDKITE_PULL_REQUEST_BASE_BRANCH" == "" ]; then
echo "Exporting build variables"
echo $SHOULD_BUILD
fi
env:
SHOULD_BUILD: "true"
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
# Buildkite Tutorial

This repo contains various Buildkite pipelines for a tutorial (soon to be published) on Stark & Wayne blog.
hello This repo contains various Buildkite pipelines for a tutorial (soon to be published) on Stark & Wayne blog.

## Get started

try pr without pr checkbox and master-new selected
Click the following button to start [the tutorial](https://github.com/starkandwayne/buildkite-tutorial) on your [free Buildkite account](https://buildkite.com/pricing):

test pr
[![Start tutorial on Buildkite](https://buildkite.com/button.svg)](https://buildkite.com/new)

Initially you do not need to fork this repo.
Expand Down
8 changes: 8 additions & 0 deletions hooks/environment
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#!/bin/bash
set -euo pipefail

if [[ "$BUILDKITE_PIPELINE_SLUG" == "samplequestions2" ]]; then
export SHOULD_BUILD_HW1="true"
export SHOULD_BUILD_HW2="true"
export MANIFEST_BRANCH=$BUILDKITE_BRANCH
fi
1 change: 1 addition & 0 deletions test.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
tes