From 445fec407d97a62ff647e1c20ed2bf9493a583f7 Mon Sep 17 00:00:00 2001 From: Christopher Fuller Date: Fri, 23 Jan 2026 08:56:00 -0800 Subject: [PATCH] Remove Artifactory --- .github/workflows/artifactory.yml | 36 ------------------------------- README.md | 2 -- 2 files changed, 38 deletions(-) delete mode 100644 .github/workflows/artifactory.yml diff --git a/.github/workflows/artifactory.yml b/.github/workflows/artifactory.yml deleted file mode 100644 index 25a93110..00000000 --- a/.github/workflows/artifactory.yml +++ /dev/null @@ -1,36 +0,0 @@ -name: Artifactory - -on: - push: - tags: ['[0-9]+.[0-9]+.[0-9]+'] - -env: - DEVELOPER_DIR: /Applications/Xcode_15.4.app/Contents/Developer - -jobs: - artifactory: - name: Artifactory - runs-on: macos-latest - concurrency: - group: ${{ github.ref_name }} - cancel-in-progress: true - steps: - - name: Install dependencies - run: brew install jfrog-cli - - name: Checkout source - uses: actions/checkout@v4 - - name: Build documentation - run: | - make docs open="no" DERIVED_DATA_PATH="$(mktemp -d)" - mkdir Documentation - mv .build/documentation/archive/Layout.doccarchive Documentation - - name: Archive - run: tar -czf "Layout-${GITHUB_REF_NAME}.tar.gz" Sources Documentation - - name: Upload - run: > - jf rt u - --url="https://tinder.jfrog.io/artifactory" - --access-token="${{ secrets.ARTIFACTORY_ACCESS_TOKEN }}" - --flat="true" - "Layout-${GITHUB_REF_NAME}.tar.gz" - "swift-package-releases/Layout/" diff --git a/README.md b/README.md index 65cd6200..cb69cc4c 100644 --- a/README.md +++ b/README.md @@ -3,8 +3,6 @@ [![DocC](https://github.com/Tinder/Layout/actions/workflows/docc.yml/badge.svg?event=push)](https://github.com/Tinder/Layout/actions/workflows/docc.yml)   [![Pages](https://github.com/Tinder/Layout/actions/workflows/pages.yml/badge.svg?event=push)](https://github.com/Tinder/Layout/actions/workflows/pages.yml) -  -[![Artifactory](https://github.com/Tinder/Layout/actions/workflows/artifactory.yml/badge.svg?event=push)](https://github.com/Tinder/Layout/actions/workflows/artifactory.yml) # Layout