We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2f05af commit a338592Copy full SHA for a338592
2 files changed
.vscode/launch.json
@@ -10,8 +10,8 @@
10
"request": "launch",
11
"mode": "auto",
12
"program": "${workspaceFolder}",
13
- "env": {},
14
- "args": ["README.md"]
+ "env": {"SNAP_USER_COMMON": "mark"},
+ "args": ["bad-perms.md"]
15
}
16
]
17
snap/snapcraft.yaml
@@ -18,11 +18,15 @@ adopt-info: mdview
18
parts:
19
mdview:
20
override-pull: |
21
- craftctl pull
22
- craftctl set VERSION=$(git describe --tags | sed 's/-.*//')
+ craftctl default
+ craftctl set version=$(git describe --tags --abbrev=10)
23
plugin: go
24
source: .
25
source-type: git
26
+ # build-packages:
27
+ # - gcc
28
+ # - gcc-multilib
29
+ # - libblkid-dev
30
build-snaps:
31
- go
32
architectures:
0 commit comments