Skip to content

Commit

Permalink
tidying up
Browse files Browse the repository at this point in the history
  • Loading branch information
richard-cox committed Apr 23, 2024
1 parent 54ca13f commit 3e2aae4
Show file tree
Hide file tree
Showing 9 changed files with 21 additions and 447 deletions.
118 changes: 0 additions & 118 deletions .drone.yml

This file was deleted.

88 changes: 0 additions & 88 deletions .github/junk/build/action.yaml

This file was deleted.

26 changes: 0 additions & 26 deletions .github/junk/setup copy.yaml

This file was deleted.

12 changes: 6 additions & 6 deletions .github/workflows/build-branch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@ name: Build (Branch)
on:
push:
branches:
# TODO RC - uncomment
# TODO RC
# - master
# - 'release-*'
- richard-drone-ui-sjdkfldsgfdsf
- richard-drone-ui
jobs:
# test:
# uses: ./.github/workflows/test.yaml
build-and-upload:
test:
uses: ./.github/workflows/test.yaml
build-branch-and-upload:
uses: ./.github/workflows/build-and-upload.yaml
# needs: test
needs: test
permissions:
contents: 'read'
id-token: 'write'
Expand Down
15 changes: 7 additions & 8 deletions .github/workflows/build-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,16 @@ name: Build (Release)
on:
push:
tags:
# TODO: RC
- richard-drone-ui-v*
env:
ENVIRONMENT: production
# TODO RC
# - v*
- v1.2.3-richard-drone-ui

jobs:
# test:
# uses: ./.github/workflows/test.yaml
build-and-upload:
test:
uses: ./.github/workflows/test.yaml
build-tag-and-upload:
uses: ./.github/workflows/build-and-upload.yaml
# needs: test
needs: test
permissions:
contents: 'read'
id-token: 'write'
Expand Down
7 changes: 0 additions & 7 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,6 @@ on:
- master
- 'release-*'
workflow_call:
# inputs:
# config-path:
# required: true
# type: string
# secrets:
# envPAT:
# required: true

jobs:
unit-test:
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "ui",
"version": "richard-drone-ui",
"TODO RC": "fix above",
"version": "master-dev",
"private": true,
"repository": "https://github.com/rancher/ui",
"license": "Apache-2.0",
Expand Down
Loading

0 comments on commit 3e2aae4

Please sign in to comment.