Skip to content

SITCOM-1326: Update for consistency with implementation of data security protocols for Rubin Obs communication channels #48

SITCOM-1326: Update for consistency with implementation of data security protocols for Rubin Obs communication channels

SITCOM-1326: Update for consistency with implementation of data security protocols for Rubin Obs communication channels #48

Workflow file for this run

name: CI
"on": [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0 # full history for metadata
submodules: true
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: "3.10"
- name: Python install
run: |
python -m pip install --upgrade pip
python -m pip install "lander<2.0.0"
- name: Login to Docker Hub
uses: docker/login-action@v1
with:
username: sqrereadonly
password: ${{ secrets.DOCKERHUB_SQREREADONLY_TOKEN }}
- name: TeX build
run: |
docker run --rm -v `pwd`:/workspace -w /workspace lsstsqre/lsst-texmf:latest sh -c 'make'
- name: Landing page upload
if: ${{ github.event_name == 'push' }}
env:
LTD_PASSWORD: ${{ secrets.LTD_PASSWORD }}
LTD_USERNAME: ${{ secrets.LTD_USERNAME }}
run: |
lander --upload --pdf SITCOMTN-076.pdf --lsstdoc SITCOMTN-076.tex --ltd-product sitcomtn-076