Skip to content

Commit

Permalink
Releases/v1 updates (#28)
Browse files Browse the repository at this point in the history
* add lib and node_modules for release branch (#6)

* Users/jaminda/GitHub sha (#9)

* Add GITHUB_SHA environment variable (#8)

* Add GITHUB_SHA environment variable

This PR makes the GITHUB_SHA default environment variable available to use in inlineScript.
This change does not address the issue #7 since it does not pass down all the environment variables (default ones and ones set by the user). This is stopgap solution that should be superseded by a more scalable solution that addresses issue #7 completely.

* separate environment variables parameters

* Adding output files

* GITHUB_* enironement variables are available during script execution (#10) (#12)

* Allowing white-space characters in environment variables (#14) (#15)

* Allow access to user defined variables [Cherry pick from master and build the code for releases] (#17)

* Allowing user-defined env variable to be accessible (#16)

* Allowing user-defined env variable to be accessible

* Resolving PR comments

* Cherry pick and compile the code

* removing node modules

* removing unnecessary files

* updating version

* update gitignore

Co-authored-by: Bishal Prasad <biprasad@microsoft.com>
Co-authored-by: Jalaj Minda <49639049+jalajmsft@users.noreply.github.com>
Co-authored-by: Kanika Pasrija <kanikapasrija@Kanikas-MacBook-Pro.local>
  • Loading branch information
4 people authored Nov 27, 2020
1 parent 37ef47d commit eb2caea
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 8 deletions.
10 changes: 4 additions & 6 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@
*.userosscache
*.sln.docstates

lib

# User-specific files (MonoDevelop/Xamarin Studio)
*.userprefs

Expand Down Expand Up @@ -223,7 +221,7 @@ ClientBin/
*.publishsettings
orleans.codegen.cs

# Including strong name files can present a security risk
# Including strong name files can present a security risk
# (https://github.com/github/gitignore/pull/2483#issue-259490424)
#*.snk

Expand Down Expand Up @@ -319,7 +317,7 @@ __pycache__/
# OpenCover UI analysis results
OpenCover/

# Azure Stream Analytics local run output
# Azure Stream Analytics local run output
ASALocalRun/

# MSBuild Binary and Structured Log
Expand All @@ -328,5 +326,5 @@ ASALocalRun/
# NVidia Nsight GPU debugger configuration file
*.nvuser

# MFractors (Xamarin productivity tool) working folder
.mfractor/
# MFractors (Xamarin productivity tool) working folder
.mfractor/
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cli",
"version": "1.0.0",
"version": "1.0.4",
"description": "Automate your GitHub workflows using Azure CLI scripts.",
"main": "lib/main.js",
"scripts": {
Expand Down

0 comments on commit eb2caea

Please sign in to comment.