Skip to content

Commit

Permalink
Addressed review feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
reggeenr committed Nov 5, 2024
1 parent 90dde17 commit b747e57
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
4 changes: 2 additions & 2 deletions satellite-connector-to-vpc-vsi/run
Original file line number Diff line number Diff line change
Expand Up @@ -539,7 +539,7 @@ if [ $? -ne 0 ]; then
fi
print_msg "\nCreating a Code Engine job '$ce_job_name' that will connect to the database ..."
IBMCLOUD_TRACE=true ibmcloud ce job create --name $ce_job_name \
ibmcloud ce job create --name $ce_job_name \
--build-source ./ce-job \
--env-from-secret $ce_db_credentials \
--memory 0.5G \
Expand All @@ -561,7 +561,7 @@ print_msg "\nListing submitted job runs..."
ibmcloud ce jobrun list
print_msg "\nCreating a Code Engine app '$ce_app_name' that retrieve records from the database ..."
IBMCLOUD_TRACE=true ibmcloud ce app create --name $ce_app_name \
ibmcloud ce app create --name $ce_app_name \
--build-source ./ce-app \
--env-from-secret $ce_db_credentials \
--memory 0.5G \
Expand Down
2 changes: 1 addition & 1 deletion sessions/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/IBM/CodeEngine/sessions

go 1.22
go 1.18

require github.com/redis/go-redis/v9 v9.7.0

Expand Down
2 changes: 0 additions & 2 deletions sessions/go.sum
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
github.com/bsm/ginkgo/v2 v2.12.0 h1:Ny8MWAHyOepLGlLKYmXG4IEkioBysk6GpaRTLC8zwWs=
github.com/bsm/ginkgo/v2 v2.12.0/go.mod h1:SwYbGRRDovPVboqFv0tPTcG1sN61LM1Z4ARdbAV9g4c=
github.com/bsm/gomega v1.27.10 h1:yeMWxP2pV2fG3FgAODIY8EiRE3dy0aeFYt4l7wh6yKA=
github.com/bsm/gomega v1.27.10/go.mod h1:JyEr/xRbxbtgWNi8tIEVPUYZ5Dzef52k01W3YH0H+O0=
github.com/cespare/xxhash/v2 v2.2.0 h1:DC2CZ1Ep5Y4k3ZQ899DldepgrayRUGE6BBZ/cd9Cj44=
github.com/cespare/xxhash/v2 v2.2.0/go.mod h1:VGX0DQ3Q6kWi7AoAeZDth3/j3BFtOZR5XLFGgcrjCOs=
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f h1:lO4WD4F/rVNCu3HqELle0jiPLLBs70cWOduZpkS1E78=
Expand Down

0 comments on commit b747e57

Please sign in to comment.