File tree Expand file tree Collapse file tree 2 files changed +8
-5
lines changed
workshops/dcms-oci/config Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,6 @@ microservices complex.
20
20
## Resources
21
21
22
22
* [ Building Microservices with Oracle Converged Database Workshop] [ Workshop ]
23
- * [ On-Premises: Building Microservices with Oracle Converged Database Workshop] [ On-Premises-Workshop ]
24
23
* [ Blogs] [ Blogs ]
25
24
26
25
@@ -35,7 +34,5 @@ Licensed under the Universal Permissive License v 1.0 as shown at <https://oss.o
35
34
[ Workshops ] : https://apexapps.oracle.com/pls/apex/dbpm/r/livelabs/livelabs-workshop-cards?p100_role=12&p100_focus_area=35&me=126
36
35
[ DRC ] : https://developer.oracle.com
37
36
[ Helidon ] : https://helidon.io
38
- [ On-Premises-Workshop ] : https://github.com/oracle/microservices-datadriven/tree/main/infra
39
37
[ Workshop ] : https://bit.ly/simplifymicroservices
40
- [ Blogs] : https://blogs.oracle.com/developers/category/dev-app-dev
41
-
38
+ [ Blogs ] : https://blogs.oracle.com/developers/category/dev-app-dev
Original file line number Diff line number Diff line change 64
64
65
65
rm -f $STATE_FILE
66
66
67
+ # Remove the source.env from the .bashrc
68
+ PROF=~ /.bashrc
69
+ if test -f " $PROF " ; then
70
+ sed -i.bak ' /microservices-datadriven/d' $PROF
71
+ fi
72
+
67
73
# Clean up the auth token
68
74
TOKEN_OCID=$( oci iam auth-token list --region " $( state_get HOME_REGION) " --user-id=" $( state_get USER_OCID) " --query ' data[?description==' " '$( state_get DOCKER_AUTH_TOKEN_DESC) '" ' ].id|[0]' --raw-output)
69
- oci iam auth-token delete --region " $( state_get HOME_REGION) " --user-id=" $( state_get USER_OCID) " --force --auth-token-id " $TOKEN_OCID "
75
+ oci iam auth-token delete --region " $( state_get HOME_REGION) " --user-id=" $( state_get USER_OCID) " --force --auth-token-id " $TOKEN_OCID "
You can’t perform that action at this time.
0 commit comments