mirror of
https://github.com/ProvableHQ/leo.git
synced 2024-12-25 03:04:13 +03:00
Removes leo login and logout GA
This commit is contained in:
parent
4a75b8d7fa
commit
6f1f295ec5
47
.github/workflows/leo-login-logout.yml
vendored
47
.github/workflows/leo-login-logout.yml
vendored
@ -1,47 +0,0 @@
|
|||||||
name: leo-login-logout
|
|
||||||
on:
|
|
||||||
pull_request:
|
|
||||||
push:
|
|
||||||
branches:
|
|
||||||
- master
|
|
||||||
paths-ignore:
|
|
||||||
- 'docs/**'
|
|
||||||
- 'documentation/**'
|
|
||||||
env:
|
|
||||||
RUST_BACKTRACE: 1
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
add:
|
|
||||||
name: Add Package ('leo add')
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
- name: Checkout
|
|
||||||
uses: actions/checkout@v1
|
|
||||||
|
|
||||||
- name: Install Rust
|
|
||||||
uses: actions-rs/toolchain@v1
|
|
||||||
with:
|
|
||||||
profile: minimal
|
|
||||||
toolchain: nightly
|
|
||||||
override: true
|
|
||||||
components: rustfmt
|
|
||||||
|
|
||||||
- name: Install Leo
|
|
||||||
uses: actions-rs/cargo@v1
|
|
||||||
env:
|
|
||||||
CARGO_NET_GIT_FETCH_WITH_CLI: true
|
|
||||||
with:
|
|
||||||
command: install
|
|
||||||
args: --path .
|
|
||||||
|
|
||||||
- name: 'leo login & logout'
|
|
||||||
env:
|
|
||||||
USER: ${{ secrets.ALEO_PM_USERNAME }}
|
|
||||||
PASS: ${{ secrets.ALEO_PM_PASSWORD }}
|
|
||||||
run: |
|
|
||||||
cd .. && leo new my-app && cd my-app
|
|
||||||
leo login -u "$USER" -p "$PASS"
|
|
||||||
leo add argus4130/xnor
|
|
||||||
leo remove xnor
|
|
||||||
leo logout
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user