Skip to content

Commit

Permalink
Merge pull request #661 from zowe/bugfix/issue660ipaddress
Browse files Browse the repository at this point in the history
Changed IP address 140.82.114.4 to github.com in build configuration …
  • Loading branch information
1000TurquoisePogs authored Oct 26, 2023
2 parents 493fd2b + f07ab96 commit c85e374
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
All notable changes to the ZSS package will be documented in this file.

## Recent Changes
- Bugfix: Corrected build environment file's use of IP address to github.com (#660)

## `2.10.0`
- This action making a CHANGELOG note via special syntax from the GitHub PR commit message, like it could automatically update CHANGELOG.md with the message. First job checks if PR body has changelog note or not if it's not there then it asked them to add it and second job is to check if changelog note has been added in changelog.md file or not. (#636)
Expand Down
4 changes: 2 additions & 2 deletions build/zss.proj.env
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ VERSION=2.12.0
DEPS="QUICKJS LIBYAML"

QUICKJS="quickjs"
QUICKJS_SOURCE="git@140.82.114.4:joenemo/quickjs-portable.git"
QUICKJS_SOURCE="git@github.com:joenemo/quickjs-portable.git"
QUICKJS_BRANCH="main"

LIBYAML="libyaml"
LIBYAML_SOURCE="git@140.82.114.4:yaml/libyaml.git"
LIBYAML_SOURCE="git@github.com:yaml/libyaml.git"
LIBYAML_BRANCH="0.2.5"

0 comments on commit c85e374

Please sign in to comment.