mirror of
https://github.com/jesseduffield/lazydocker.git
synced 2026-07-25 08:31:03 +00:00
remove dead code
This commit is contained in:
parent
35bd0db5f8
commit
46fb0f5e5b
1 changed files with 0 additions and 14 deletions
|
|
@ -60,20 +60,6 @@ jobs:
|
||||||
- image: circleci/golang:1.17
|
- image: circleci/golang:1.17
|
||||||
steps:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
#- run:
|
|
||||||
# name: Install snapcraft
|
|
||||||
# command: |
|
|
||||||
# ./.circleci/install_snapcraft.sh
|
|
||||||
#- run:
|
|
||||||
# name: Login to snapcraft
|
|
||||||
# # if you ever lose this, you can recreate it via
|
|
||||||
# # `snapcraft export-login snapcraft.login && base64 snapcraft.login` and then chuck that
|
|
||||||
# # in circle ci as the SNAPCRAFT_LOGIN_FILE env variable
|
|
||||||
# # You'll need your ubuntu one password
|
|
||||||
# command: |
|
|
||||||
# echo $SNAPCRAFT_LOGIN_FILE | base64 --decode --ignore-garbage > snapcraft.login
|
|
||||||
# snapcraft login --with snapcraft.login
|
|
||||||
# rm snapcraft.login
|
|
||||||
- run:
|
- run:
|
||||||
name: Run gorelease
|
name: Run gorelease
|
||||||
command: |
|
command: |
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue