Skip to content
Open

blah #25

Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
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
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# dummy-public-private-switch
25 changes: 13 additions & 12 deletions circle.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

# machine:
# environment:
# PATH: ~/.m2/apache-maven-3.3.3/bin:$PATH
Expand All @@ -23,15 +24,13 @@
# - cassandra
# node:
# version: 0.12.0
machine:
node:
version: 4.1
# post:
# - git log `echo $(curl -H "accept: application/json" https://circleci.com/api/v1/project/$CIRCLE_PROJECT_USERNAME/$CIRCLE_PROJECT_REPONAME/tree/$CIRCLE_BRANCH\?limit\=100\?circle-token\=$CIRCLE_TOKEN | jq '[.[] | select(.status=="success" or .status=="fixed") | .all_commit_details[-1].commit][0]') | sed -e 's/^"//' -e 's/"$//'`..HEAD



test:
override:
- echo "no tests"
- echo "no tests"; sleep 60

# deployment:
# allthethings:
Expand All @@ -45,16 +44,18 @@ dependencies:
# - ~/go1.5.linux-amd64.tar.gz
# - ~/.rvm/rubies/ruby-2.2.3
override:
- echo "no deps"
- echo $CI_PULL_REQUEST
- mkdir -p ~/cache-test
- ls ~/cache-test

deployment:
testtags:
tag: /test.*/
commands:
- echo "this is for testing tags"
# deployment:
# testtags:
# tag: /test.*/
# commands:
# - echo "this is for testing tags"

# deployment:
# tomaster:
# commands:
# - ::wait-for-deploy-lock
# - sleep 120
# - sleep 120
6 changes: 6 additions & 0 deletions sleep.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#!/bin/bash

for i in `seq 1 180`; do
echo "sleeping ${i}th minute"
sleep 60
done