• Stars
    star
    150
  • Rank 247,323 (Top 5 %)
  • Language
    Shell
  • Created almost 7 years ago
  • Updated about 4 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Add extra information of your AWS CodeBuild build via environment variables.

aws-codebuild-extras Build Status

Adds extra information of your AWS CodeBuild build via environment variables.

Usage

Add the following command to the install or pre_build phase of your buildspec, and replace <A_COMMIT_HASH> by the lastest commit hash (or your preferred revision):

curl -fsSL https://raw.githubusercontent.com/thii/aws-codebuild-extras/<A_COMMIT_HASH>/install >> extras.sh && . ./extras.sh

Alternatively, you can fork this repo and always point to the default branch of your fork.

You can also break the installation into two steps to improve readability. For example in the install phase:

phases:
  install:
    commands:
      - echo Installing codebuild-extras...
      - curl -fsSL https://raw.githubusercontent.com/thii/aws-codebuild-extras/<A_COMMIT_HASH>/install >> extras.sh
      - . ./extras.sh
NAME VALUE
CI true
CODEBUILD true
CODEBUILD_GIT_AUTHOR Committer Name
CODEBUILD_GIT_AUTHOR_EMAIL [email protected]
CODEBUILD_GIT_BRANCH branch name
CODEBUILD_GIT_COMMIT commit hash
CODEBUILD_GIT_MESSAGE commit message
CODEBUILD_GIT_TAG git tag
CODEBUILD_PROJECT project
CODEBUILD_PULL_REQUEST Pull request number

More Repositories

1

FontAwesome.swift

Use FontAwesome in your Swift projects
Swift
1,574
star
2

SwiftHEXColors

HEX color handling as an extension for UIColor.
Swift
693
star
3

DTTJailbreakDetection

A jailbreak detection library for iOS
Objective-C
283
star
4

Notie

In-app notification in Swift, with customizable buttons and input text field.
Swift
84
star
5

TextEthan

Clone of TextEthan - a messaging app that allows anyone to message you, written in Swift.
Swift
47
star
6

Unxip

A Swift command line tool to extract signed archives (.xip files).
Swift
31
star
7

rules_swiftlint

Run SwiftLint in your Bazel build efficiently.
Starlark
25
star
8

AlertKit

Alert with a single line of Swift.
Swift
21
star
9

iOS8Colors

A category on UIColor which provides you some of the standard colors used throughout iOS 8
Objective-C
10
star
10

thinkpython

Source code with fixes and precompiled EPUB and MOBI of the "Think Python" book
TeX
9
star
11

docker-platex

Docker image for pLaTeX
Shell
8
star
12

rules_apple_extras

Extra Bazel rules for Apple platforms.
C
7
star
13

abbajs

A/B test analysis library in JavaScript
JavaScript
6
star
14

rules_objc

[DEPRECATED] Experimental Starlark implementation of Objective-C rules for Bazel.
Starlark
5
star
15

packup

Scaffold out a Swift package.
Swift
4
star
16

binomjs

A binomial distribution testing library in JavaScript
JavaScript
4
star
17

BINList

BIN lookup library in Swift
Swift
2
star
18

docker-nginx

Blazing fast nginx with latest stable version of nginx, memcached, PHP and HHVM
Nginx
2
star
19

homebrew-swift-runtime

Swift 5 Runtime Support for Command Line Tools
Ruby
2
star
20

CloudFlareDDNS

Dynamic DNS for CloudFlare
Shell
2
star
21

objective-c-style-guide

Objective-Cスタイルガイド
1
star
22

DummyFacebook

Shouldn't you be working?
Swift
1
star
23

HTTPMethod

Just an enum of HTTP request methods.
Swift
1
star
24

signifyd-node

Node.js Client for Signifyd API
CoffeeScript
1
star
25

homebrew-fonts

A custom Cask tap for installing Apple's new San Francisco font use in Watch
Ruby
1
star
26

bug-fixes-and-performance-improvements

Verified localization of "Bug fixes and performance improvements" release notes. Ready to use with fastlane.
Ruby
1
star
27

yes

yes command line tool written in Swift. 60+ times faster than macOS built-in yes.
Swift
1
star
28

docker-swift

A Docker container of Swift built from source from the latest commit on official Swift's repo.
1
star
29

altconf-2019-labs-bazel-starting-point

AltConf 2019 Labs - Fast iOS build with Bazel - Sample project starting point
Makefile
1
star