mirror of
https://github.com/planetmint/planetmint.git
synced 2025-03-30 15:08:31 +00:00
added ci secret to test script
Signed-off-by: Lorenz Herzberger <lorenzherzberger@gmail.com>
This commit is contained in:
parent
f2a87a2c9c
commit
54c04b3867
@ -4,8 +4,8 @@
|
||||
# SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0)
|
||||
# Code is Apache-2.0 and docs are CC-BY-4.0
|
||||
|
||||
result=$(ssh root@64.225.106.52 'bash -s' < ./election.sh elect 35)
|
||||
ssh root@64.225.105.60 'bash -s' < ./election.sh approve $result
|
||||
result=$(ssh root@64.225.106.52 -i id_ed25519 'bash -s' < ./election.sh elect 35)
|
||||
ssh root@64.225.105.60 -i id_ed25519 'bash -s' < ./election.sh approve $result
|
||||
|
||||
exitcode=$?
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user