Skip to content

Commit

Permalink
Merge branch 'develop' of https://github.com/decenomy/DSW into KYAN-d…
Browse files Browse the repository at this point in the history
…evelop
  • Loading branch information
pedro-at-decenomy committed Jun 5, 2024
2 parents 2b7a668 + 63f8523 commit cdd95e7
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions contrib/docker/Dockerfile.dsw-linux-arm64-wallet
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ ARG NAME=Kyanite
ARG BASE_NAME=kyanite
ARG TARGET=master

RUN sleep 30

# Clone the repository
RUN if [ ! -d $TICKER ]; then \
git clone https://github.com/decenomy/$TICKER; \
Expand Down
2 changes: 2 additions & 0 deletions contrib/docker/Dockerfile.dsw-linux-x64-wallet
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ ARG NAME=Kyanite
ARG BASE_NAME=kyanite
ARG TARGET=master

RUN sleep 30

# Clone the repository
RUN if [ ! -d $TICKER ]; then \
git clone https://github.com/decenomy/$TICKER; \
Expand Down
2 changes: 2 additions & 0 deletions contrib/docker/Dockerfile.dsw-macos-x64-wallet
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ ARG NAME=Kyanite
ARG BASE_NAME=kyanite
ARG TARGET=master

RUN sleep 30

# Clone the repository
RUN if [ ! -d $TICKER ]; then \
git clone https://github.com/decenomy/$TICKER; \
Expand Down
2 changes: 2 additions & 0 deletions contrib/docker/Dockerfile.dsw-windows-x64-wallet
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ ARG NAME=Kyanite
ARG BASE_NAME=kyanite
ARG TARGET=master

RUN sleep 30

# Clone the repository
RUN if [ ! -d $TICKER ]; then \
git clone https://github.com/decenomy/$TICKER; \
Expand Down

0 comments on commit cdd95e7

Please sign in to comment.