Skip to content

Commit b0b28bf

Browse files
committed
Merge remote-tracking branch 'origin/main'
2 parents 2d99f1d + 5752a24 commit b0b28bf

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

55 files changed

+1523
-155
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
soya init | soya push
1+
soya init | soya push --repo $REPO
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
soya init | soya push
1+
soya init | soya push --repo $REPO
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
soya pull PersonOverlay_Test
1+
soya pull PersonOverlay_Test --repo $REPO | jq -S
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
soya validate Person_Test
1+
soya validate Person_Test --repo $REPO
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
curl -k -s "https://playground.data-container.net/Person2instance_test" | soya validate Person_Test
1+
curl -k -s "https://playground.data-container.net/Person2instance_test" | soya validate Person_Test --repo $REPO
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
curl -k -s "https://playground.data-container.net/Person2instance" | soya validate Person_Test
1+
curl -k -s "https://playground.data-container.net/Person2instance" | soya validate Person_Test --repo $REPO
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
curl -k -s "https://playground.data-container.net/PersonValid" | soya validate Person_Test
1+
curl -k -s "https://playground.data-container.net/PersonValid" | soya validate Person_Test --repo $REPO
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
soya init | soya push > /dev/null
1+
soya init | soya push --repo $REPO > /dev/null
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
soya init | soya push > /dev/null
1+
soya init | soya push --repo $REPO > /dev/null
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
soya init | soya push > /dev/null
1+
soya init | soya push --repo $REPO > /dev/null

0 commit comments

Comments
 (0)