Skip to content

Commit

Permalink
test workflow 5
Browse files Browse the repository at this point in the history
  • Loading branch information
mmd-afegbua committed Feb 20, 2024
1 parent 8b49fc9 commit f943f4a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ name: Dev CI/CD
on:
push:
branches:
- '*'
- 'master'
pull_request:
types: [opened]

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion scripts/getSFMetadata.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ input_json_url="https://raw.githubusercontent.com/superfluid-finance/protocol-mo

# Variables
#TODO: Move variable to github secret
common_domain="${COMMON_DOMAIN:-'.rpc.superfluid.dev'}"
common_domain="${COMMON_DOMAIN:-.rpc.superfluid.dev}"

# Download the input JSON file
wget -O input.json "$input_json_url"
Expand Down
2 changes: 1 addition & 1 deletion scripts/manageSnapshots.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -xe

#Variables
filename="networks"
ipfs_api="${IPFS_API:-'/ip4/65.21.152.182/tcp/5001'}"
ipfs_api="${IPFS_API:-/ip4/65.21.152.182/tcp/5001}"

generate_snapshot() {
echo "Generating new snapshots..."
Expand Down

0 comments on commit f943f4a

Please sign in to comment.