Skip to content

Commit ac487a7

Browse files
build: remove admin subfolder
1 parent 5ba8558 commit ac487a7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Build base Docker image
2727
uses: docker/build-push-action@v3
2828
with:
29-
file: admin/Dockerfile
29+
file: Dockerfile
3030
cache-from: type=gha,scope=cached-stage
3131
cache-to: type=gha,scope=cached-stage,mode=max
3232
outputs: type=cacheonly
@@ -56,7 +56,7 @@ jobs:
5656
- name: Build ${{ matrix.name }}
5757
uses: docker/build-push-action@v3
5858
with:
59-
file: admin/Dockerfile
59+
file: Dockerfile
6060
cache-from: type=gha,scope=cached-stage
6161
# Exports the artefacts from the final stage
6262
outputs: ./out

HACKING.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ then run command line
5151
Revert `dfx.json`, collect the ledger canister id and update its value in (if not `r7inp-6aaaa-aaaaa-aaabq-cai`):
5252

5353
- [./scripts/ledger.utils.mjs](./scripts/ledger.utils.mjs)
54-
- [shared/src/env.rs](/admin/src/shared/src/env.rs)
54+
- [shared/src/env.rs](./src/shared/src/env.rs)
5555

5656
double check that you received the balance
5757

@@ -73,7 +73,7 @@ Next finally deploy Juno canisters:
7373
dfx deploy console
7474
```
7575

76-
Collect "console" canister id and update [shared/src/env.rs](/admin/src/shared/src/env.rs) (if not `rno2w-sqaaa-aaaaa-aaacq-cai`).
76+
Collect "console" canister id and update [shared/src/env.rs](./src/shared/src/env.rs) (if not `rno2w-sqaaa-aaaaa-aaacq-cai`).
7777

7878
Finally, install mission control center + satellite wasm and deploy frontend:
7979

0 commit comments

Comments
 (0)