Skip to content

Commit e8dd0f5

Browse files
committed
feat: build snap from working dir of repo
Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
1 parent 0a617e1 commit e8dd0f5

File tree

3 files changed

+1
-79
lines changed

3 files changed

+1
-79
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,6 @@ jobs:
153153
id: snapcraft-build
154154
with:
155155
snapcraft-args: "-v"
156-
path: "snap/test-snapcraft.yaml"
157156

158157
- uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
159158
with:

snap/snapcraft.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,7 @@ platforms:
2727
parts:
2828
tldr:
2929
plugin: python
30-
source: https://github.com/tldr-pages/tldr-python-client.git
31-
source-tag: $SNAPCRAFT_PROJECT_VERSION
30+
source: .
3231
build-environment:
3332
- PATH: ${CRAFT_PART_INSTALL}/bin:${PATH}
3433
- PYTHONPATH: ${CRAFT_PART_INSTALL}/lib/python3.12/site-packages

snap/test-snapcraft.yaml

Lines changed: 0 additions & 76 deletions
This file was deleted.

0 commit comments

Comments
 (0)