Skip to content
This repository has been archived by the owner on Apr 2, 2024. It is now read-only.

Commit

Permalink
#17 OC separation
Browse files Browse the repository at this point in the history
  • Loading branch information
marcionemec-daitan committed Mar 5, 2024
1 parent 5ce61df commit 1f65855
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ETL.sh
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
#!/bin/bash

./oc_bin/oc version
echo $oct
echo $ocs
./oc_bin/oc login --token=$oct --server=$ocs
./oc_bin/oc project $ocp
./oc_bin/oc port-forward $ocpd $ocpf:$ocpt
./oc_bin/oc port-forward $ocpd $ocpf:$ocpt &


python3 src/main.py $test_mode

0 comments on commit 1f65855

Please sign in to comment.